pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Date
Msg-id E1p8Vng-004x4b-W7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Allow window functions to adjust their frameOptions
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix come incorrect elog() messages in aclchk.c