summaryrefslogtreecommitdiff
path: root/src/backend/catalog
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-04-19 13:50:33 +1200
committerDavid Rowley <drowley@postgresql.org>2023-04-19 13:50:33 +1200
commit3f58a4e2960a9509036b7d94beab64a747dc59dc (patch)
treeb2e8ef0ecb63cfe29d179685cdc408534d12e235 /src/backend/catalog
parentfcb21b3acdcb9a60313325618fd7080aa36f1626 (diff)
downloadpostgresql-3f58a4e2960a9509036b7d94beab64a747dc59dc.tar.gz
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
Diffstat (limited to 'src/backend/catalog')
-rw-r--r--src/backend/catalog/pg_publication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/pg_publication.c b/src/backend/catalog/pg_publication.c
index 47637f28ab..c488b6370b 100644
--- a/src/backend/catalog/pg_publication.c
+++ b/src/backend/catalog/pg_publication.c
@@ -497,7 +497,7 @@ compare_int16(const void *a, const void *b)
* and a Bitmapset with them; verify that each attribute is appropriate
* to have in a publication column list (no system or generated attributes,
* no duplicates). Additional checks with replica identity are done later;
- * see check_publication_columns.
+ * see pub_collist_contains_invalid_column.
*
* Note that the attribute numbers are *not* offset by
* FirstLowInvalidHeapAttributeNumber; system columns are forbidden so this