mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Update code comments
Author: Neha Khatri <nehakhatri5@gmail.com>
This commit is contained in:
parent
dabbe8d564
commit
8c9387c55e
@ -449,7 +449,7 @@ pg_last_wal_replay_lsn(PG_FUNCTION_ARGS)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Compute an xlog file name and decimal byte offset given a WAL location,
|
* Compute an xlog file name and decimal byte offset given a WAL location,
|
||||||
* such as is returned by pg_stop_backup() or pg_xlog_switch().
|
* such as is returned by pg_stop_backup() or pg_switch_wal().
|
||||||
*
|
*
|
||||||
* Note that a location exactly at a segment boundary is taken to be in
|
* Note that a location exactly at a segment boundary is taken to be in
|
||||||
* the previous segment. This is usually the right thing, since the
|
* the previous segment. This is usually the right thing, since the
|
||||||
@ -515,7 +515,7 @@ pg_walfile_name_offset(PG_FUNCTION_ARGS)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Compute an xlog file name given a WAL location,
|
* Compute an xlog file name given a WAL location,
|
||||||
* such as is returned by pg_stop_backup() or pg_xlog_switch().
|
* such as is returned by pg_stop_backup() or pg_switch_wal().
|
||||||
*/
|
*/
|
||||||
Datum
|
Datum
|
||||||
pg_walfile_name(PG_FUNCTION_ARGS)
|
pg_walfile_name(PG_FUNCTION_ARGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user