Skip to content

Commit

Permalink
fix all occurrences
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <chi@neon.tech>
  • Loading branch information
skyzh committed Mar 20, 2024
1 parent ed81ab5 commit 3ef27b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/replication/slot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ SaveSlotToPath(ReplicationSlot *slot, const char *dir, int elevel)
char prefix[MAXPGPATH];
snprintf(prefix, sizeof(prefix), "neon-file:%s", path);
elog(LOG, "Save replication slot at %s restart_lsn=%X/%X", path, LSN_FORMAT_ARGS(cp.slotdata.restart_lsn));
LogLogicalMessage(prefix, (char*)&cp, sizeof cp, false);
XLogFlush(LogLogicalMessage(prefix, (char*)&cp, sizeof cp, false));
}

errno = 0;
Expand Down

0 comments on commit 3ef27b3

Please sign in to comment.