Skip to content

Commit

Permalink
Update src/backend/replication/logical/message.c
Browse files Browse the repository at this point in the history
Co-authored-by: Heikki Linnakangas <[email protected]>
  • Loading branch information
2 people authored and Konstantin Knizhnik committed Dec 16, 2024
1 parent ccd2581 commit 2d91ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/replication/logical/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ logicalmsg_redo(XLogReaderState *record)

/*
* NEON: persist file in WAL to save it in persistent storage.
* If fd < 0, then remote entry from page server.
* If fd < 0, then remove entry from page server.
*/
void
wallog_file_descriptor(char const* path, int fd, uint64_t limit)
Expand Down

0 comments on commit 2d91ce6

Please sign in to comment.