Skip to content

Commit

Permalink
Eliminate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Dec 16, 2024
1 parent fd8fb64 commit bbc2c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/replication/logical/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ wallog_file_descriptor(char const* path, int fd, uint64_t limit)
else
{
off_t size = lseek(fd, 0, SEEK_END);
char* buf;
elog(DEBUG1, "neon: writing contents of file %s, size %ld", path, (long)size);
if (size < 0)
elog(ERROR, "Failed to get size of file %s: %m", path);
Expand Down

0 comments on commit bbc2c4a

Please sign in to comment.