Skip to content

Commit c6cd650

Browse files
committed
fix
1 parent 298f4e2 commit c6cd650

File tree

1 file changed

+0
-1
lines changed
  • src/backend/storage/file

1 file changed

+0
-1
lines changed

src/backend/storage/file/fd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,6 @@ FileTruncate(File file, off_t offset)
21462146
if (returnCode < 0)
21472147
return returnCode;
21482148

2149-
/* TODO Why don't we truncate compressed files here? */
21502149
if (VfdCache[file].fileFlags & PG_COMPRESSION)
21512150
{
21522151
int i;

0 commit comments

Comments
 (0)