pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Date: 2022-12-23 00:20:37
Message-ID: E1p8Vng-004x4b-W7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename pg_dissect_walfile_name() to pg_split_walfile_name()

The former name was discussed as being confusing, so use "split", as per
a suggestion from Magnus Hagander.

While on it, one of the output arguments is renamed from "segno" to
"segment_number", as per a suggestion from Kyotaro Horiguchi.

The documentation is updated to reflect all these changes.

Bump catalog version.

Author: Bharath Rupireddy, Michael Paquier
Discussion: https://postgr.es/m/CABUevEytQVaOOhGdoh0D7hGwe3fuKcRF6NthsSW7ww04EmtFgQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13e0d7a603852b8b05c03b45228daabffa0cced2

Modified Files
--------------
doc/src/sgml/func.sgml | 14 +++++------
src/backend/access/transam/xlogfuncs.c | 10 ++++----
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat | 6 ++---
src/test/regress/expected/misc_functions.out | 36 ++++++++++++++--------------
src/test/regress/sql/misc_functions.sql | 14 +++++------
6 files changed, 41 insertions(+), 41 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-12-23 01:05:13 pgsql: Fix come incorrect elog() messages in aclchk.c
Previous Message David Rowley 2022-12-22 23:44:19 pgsql: Allow window functions to adjust their frameOptions