pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment in ExecScanReScan().

2025-11-05 Thread Etsuro Fujita
Update obsolete comment in ExecScanReScan(). Commit 27cc7cd2b removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK15

pgsql: Update obsolete comment

2024-12-03 Thread Álvaro Herrera
Update obsolete comment Commit 3aa0395d4ed3 made worrying about BKI_ROWTYPE_OID matching no longer necessary, but this comment didn't get the memo. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7 Modified Files -

pgsql: Update obsolete comment about pg_usleep() accuracy.

2023-03-14 Thread Thomas Munro
Update obsolete comment about pg_usleep() accuracy. There are still some systems that use traditional tick-based sleep timing, but many including Linux, FreeBSD and macOS started using high resolution timer hardware more directly a decade or two ago. Update our comment about that. Also highlight

pgsql: Update obsolete comment that still referred to CheckpointLock

2021-07-30 Thread Heikki Linnakangas
Update obsolete comment that still referred to CheckpointLock CheckpointLock was removed in commit d18e75664a, and commit ce197e91d0 updated a leftover comment in CreateCheckPoint, but there was another copy of it in CreateRestartPoint still. Branch -- master Details --- https://git.post

pgsql: Update obsolete comment that still referred to CheckpointLock

2021-07-30 Thread Heikki Linnakangas
Update obsolete comment that still referred to CheckpointLock CheckpointLock was removed in commit d18e75664a, and commit ce197e91d0 updated a leftover comment in CreateCheckPoint, but there was another copy of it in CreateRestartPoint still. Branch -- REL_14_STABLE Details --- https://g

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/72ceeab9c5ad0a78d1e

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bc2797ebb14bae663da1ee7845

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c8d7ea5241308682488

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/cf8384ac8333dea9742

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/78f8b0965a224e650b4

pgsql: Update obsolete comment.

2021-03-29 Thread Etsuro Fujita
Update obsolete comment. Back-patch to all supported branches. Author: Etsuro Fujita Discussion: https://postgr.es/m/CAPmGK17DwzaSf%2BB71dhL2apXdtG-OmD6u2AL9Cq2ZmAR0%2BzapQ%40mail.gmail.com Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1b4dd6aaff91d9eb710

pgsql: Update obsolete comment.

2020-02-15 Thread Tom Lane
Update obsolete comment. Noted by Justin Pryzby, though I chose to just rip out the stale text, as it's in no way relevant to this particular function. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdi

pgsql: Update obsolete comment.

2019-10-21 Thread Etsuro Fujita
Update obsolete comment. Commit b52b7dc25, which moved code creating PartitionBoundInfo in RelationBuildPartitionDesc() in partcache.c (relocated to partdesc.c afterwards) to partbounds.c, should have updated this, but didn't. Author: Etsuro Fujita Reviewed-by: Alvaro Herrera Backpatch-through: 1

pgsql: Update obsolete comment.

2019-10-21 Thread Etsuro Fujita
Update obsolete comment. Commit b52b7dc25, which moved code creating PartitionBoundInfo in RelationBuildPartitionDesc() in partcache.c (relocated to partdesc.c afterwards) to partbounds.c, should have updated this, but didn't. Author: Etsuro Fujita Reviewed-by: Alvaro Herrera Backpatch-through: 1