pgsql: Fix comments of output routines for pg_ndistinct and pg_dependen

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments of output routines for pg_ndistinct and pg_dependen
Date: 2025-11-12 11:25:32
Message-ID: E1vJ8yi-006E9w-0x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <zengman(at)halodbtech(dot)com>
Discussion: https://postgr.es/m/176293711658.2081918.12019224686811870203.pgcf@coridan.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/040a39ed25bf8480bbd1947a2edeb0167f1e0789

Modified Files
--------------
src/backend/utils/adt/pg_dependencies.c | 2 +-
src/backend/utils/adt/pg_ndistinct.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-11-12 11:36:01 pgsql: Change coding pattern for CURL_IGNORE_DEPRECATION()
Previous Message Mircea Cadariu 2025-11-12 11:14:26 Re: pgsql: Drop unnamed portal immediately after execution to completion