1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Fix typos

This commit is contained in:
Alvaro Herrera
2014-12-03 11:52:15 -03:00
parent bc2f43eaa4
commit 6597ec9be6
3 changed files with 3 additions and 3 deletions

View File

@ -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)