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 2d91ce6 commit 93c5058
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 @@ -147,7 +147,7 @@ wallog_file(char const* path, uint64_t limit)
{
ereport(LOG,
(errcode_for_file_access(),
errmsg("could not create file \"%s\": %m", path)));
errmsg("could not open file \"%s\": %m", path)));
}
else
{
Expand Down

0 comments on commit 93c5058

Please sign in to comment.