mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix typos
This commit is contained in:
@ -299,7 +299,7 @@ XLogRegisterBlock(uint8 block_id, RelFileNode *rnode, ForkNumber forknum,
|
||||
* Add data to the WAL record that's being constructed.
|
||||
*
|
||||
* The data is appended to the "main chunk", available at replay with
|
||||
* XLogGetRecData().
|
||||
* XLogRecGetData().
|
||||
*/
|
||||
void
|
||||
XLogRegisterData(char *data, int len)
|
||||
|
Reference in New Issue
Block a user