pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name()

Started by Michael Paquierover 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)