We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdabbe8d commit8c9387cCopy full SHA for 8c9387c
src/backend/access/transam/xlogfuncs.c
@@ -449,7 +449,7 @@ pg_last_wal_replay_lsn(PG_FUNCTION_ARGS)
449
450
/*
451
* Compute an xlog file name and decimal byte offset given a WAL location,
452
- * such as is returned by pg_stop_backup() orpg_xlog_switch().
+ * such as is returned by pg_stop_backup() orpg_switch_wal().
453
*
454
* Note that a location exactly at a segment boundary is taken to be in
455
* the previous segment. This is usually the right thing, since the
@@ -515,7 +515,7 @@ pg_walfile_name_offset(PG_FUNCTION_ARGS)
515
516
517
* Compute an xlog file name given a WAL location,
518
519
*/
520
Datum
521
pg_walfile_name(PG_FUNCTION_ARGS)