pgsql: Change "..." to cstring in old input/output function comments.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change "..." to cstring in old input/output function comments.
Date: 2023-06-26 08:59:03
Message-ID: E1qDi3r-000UOS-Rj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change "..." to cstring in old input/output function comments.

It was not clear what the "..." meant.

Author: Steve Chavez
Discussion: https://www.postgresql.org/message-id/CAGRrpzZzeh7zC3yaVG9di%3DydJ%2BiHwdXnFPB3evGFKvC1zf6ajA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b491a15f8c1468097ca181cbe3a4ce1271781ffb

Modified Files
--------------
src/backend/utils/adt/name.c | 4 ++--
src/backend/utils/adt/varlena.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-06-26 10:06:17 pgsql: Translation updates
Previous Message Tom Lane 2023-06-24 21:18:25 pgsql: Check for interrupts and stack overflow in TParserGet().