pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name()
| От | Michael Paquier |
|---|---|
| Тема | pgsql: Rename pg_dissect_walfile_name() to pg_split_walfile_name() |
| Дата | |
| Msg-id | E1p8Vng-004x4b-W7@gemulon.postgresql.org обсуждение |
| Список | 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 по дате отправления: