pgsql: Fix incorrect source filename references

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect source filename references
Date: 2024-12-23 06:43:28
Message-ID: E1tPcA3-000tYy-KC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect source filename references

Jian He reported the src/include/utility/tcop.h one and the remainder
were found by using a script to look for src/* and check that we have a
filename or directory of that name.

In passing, fix some out-date comments.

Reported-by: Jian He <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CACJufxGoE3H-7VgO02=PrR4SNuVWDVbfTyUnwO0HvS-Lxurnog@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ec4b9ff80d92fee3c41eb1a069cc32d0ec11da1

Modified Files
--------------
src/backend/commands/aggregatecmds.c | 8 ++++----
src/backend/commands/define.c | 15 +--------------
src/backend/commands/functioncmds.c | 2 +-
src/backend/commands/operatorcmds.c | 2 +-
src/backend/commands/typecmds.c | 2 +-
src/backend/tcop/utility.c | 2 +-
src/backend/utils/misc/guc_internal.h | 2 +-
src/fe_utils/astreamer_file.c | 2 +-
src/fe_utils/astreamer_gzip.c | 2 +-
src/fe_utils/astreamer_lz4.c | 2 +-
src/fe_utils/astreamer_tar.c | 2 +-
src/fe_utils/astreamer_zstd.c | 2 +-
src/include/fe_utils/astreamer.h | 2 +-
13 files changed, 16 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-12-23 10:44:34 pgsql: Don't allow GetTransactionSnapshot() in logical decoding
Previous Message Michael Paquier 2024-12-23 06:02:56 pgsql: Fix some comments related to library unloading