Fix comments of output routines for pg_ndistinct and pg_dependencies
authorMichael Paquier <[email protected]>
Wed, 12 Nov 2025 11:24:10 +0000 (20:24 +0900)
committerMichael Paquier <[email protected]>
Wed, 12 Nov 2025 11:24:10 +0000 (20:24 +0900)
commit040a39ed25bf8480bbd1947a2edeb0167f1e0789
treed62d66ba303356bc723891ceaf3a44a550a1c909
parent94939c5f3ab0a390e52c0802c7141c42673a48b4
Fix comments of output routines for pg_ndistinct and pg_dependencies

Oversights in 7b504eb282ca (for pg_ndistinct) and 2686ee1b7ccf (for
pg_dependencies).

Reported-by: Man Zeng <[email protected]>
Discussion: https://postgr.es/m/176293711658.2081918.12019224686811870203[email protected]
src/backend/utils/adt/pg_dependencies.c
src/backend/utils/adt/pg_ndistinct.c