Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael 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: https://postgr.es/m/CABUevEytQVaOOhGdoh0D7hGwe3fuKcRF6NthsSW7ww04EmtFgQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +7 −7 |
| src/backend/access/transam/xlogfuncs.c | modified | +5 −5 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +3 −3 |
| src/test/regress/expected/misc_functions.out | modified | +18 −18 |
| src/test/regress/sql/misc_functions.sql | modified | +7 −7 |
Documentation touched
Discussion
- Add LSN along with offset to error messages reported for WAL file read/write/validate header failures 42 messages · 2022-09-19 → 2022-12-23