pgsql: Fix some comments.

2025-12-11 Thread Nathan Bossart
Fix some comments. Like commit 123661427b, these were discovered while reviewing Aleksander Alekseev's proposed changes to pgindent. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b4cbc106a6ced69a0a13a980e1b4b212bb127458 Modified Files -- src/backend/l

pgsql: Fix some comments related to IO workers

2025-05-06 Thread Michael Paquier
Fix some comments related to IO workers IO workers are treated as auxiliary processes. The comments fixed in this commit stated that there could be only one auxiliary process of each BackendType at the same time. This is not true for IO workers, as up to MAX_IO_WORKERS of them can co-exist at th

pgsql: Fix some comments related to library unloading

2024-12-22 Thread Michael Paquier
Fix some comments related to library unloading Library unloading has never been supported with its code removed in ab02d702ef08, and there were some comments still mentioning that it was a possible operation. ChangAo has noticed the incorrect references in dfmgr.c, while I have noticed the other

pgsql: Fix some comments in ./configure and meson setup files

2023-07-06 Thread Michael Paquier
Fix some comments in ./configure and meson setup files The comments referring to SSL_CTX_set_cert_cb() in ./configure and ./configure.ac were inconsistent, as `autoreconf -i` would show. While on it, fix a typo on a comment related to the same check in meson.build. Issue introduced in 8e278b6, t

pgsql: Fix some comments in proc.h

2022-10-14 Thread Michael Paquier
Fix some comments in proc.h There was a typo and two places where delayChkpt was still mentioned, but it is called delayChkptFlags these days. Author: David Christensen Discussion: https://postgr.es/m/CAOxo6XLB=ab_Y9jRw4iKyMZDns0wo=egsrvijhhal67rzqb...@mail.gmail.com Branch -- master Detai

pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop(

2022-09-27 Thread Michael Paquier
Fix some comments of do_pg_backup_start() and do_pg_backup_stop() Both functions referred to an incorrect variable name, so make the whole more consistent. Oversight in 7d70809. Author: Kyotaro Horiguchi, Bharath Rupireddy Discussion: https://postgr.es/m/20220927.172427.467118514018439476.horik

pgsql: Fix some comments in fmgr.c

2021-04-22 Thread Michael Paquier
Fix some comments in fmgr.c Oversight in 2a0faed. Author: Hou Zhijie Discussion: https://postgr.es/m/os0pr01mb5716405e2464d85e6db6dc0794...@os0pr01mb5716.jpnprd01.prod.outlook.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/45c0c5f70eb5e22d31be8bb9a8b4d9c66a3e

pgsql: Fix some comments referring to past features

2020-06-15 Thread Michael Paquier
Fix some comments referring to past features Timestamp can only be an int64 since b9d092c, and support for WITH OIDS has been removed as of 578b229. Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgr

pgsql: Fix some comments in xlogreader.h

2020-05-28 Thread Michael Paquier
Fix some comments in xlogreader.h segment_open and segment_close were mentioned with incorrect names. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f93bb0ce64005c84e1d1d431eed31e0da4835078 Modifie

pgsql: Fix some comments related to logical repslot advancing

2019-12-26 Thread Michael Paquier
Fix some comments related to logical repslot advancing confirmed_flush is part of a replication slot's information, but not confirmed_lsn. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected] Backpatch-through: 11 Branch -- REL_

pgsql: Fix some comments related to logical repslot advancing

2019-12-26 Thread Michael Paquier
Fix some comments related to logical repslot advancing confirmed_flush is part of a replication slot's information, but not confirmed_lsn. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected] Backpatch-through: 11 Branch -- mast

pgsql: Fix some comments related to logical repslot advancing

2019-12-26 Thread Michael Paquier
Fix some comments related to logical repslot advancing confirmed_flush is part of a replication slot's information, but not confirmed_lsn. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected] Backpatch-through: 11 Branch -- REL_