Skip to content

Commit

Permalink
Eliminate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Oct 2, 2024
1 parent 9d3d0a8 commit 1b96ae1
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 @@ -108,7 +108,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 1b96ae1

Please sign in to comment.