Skip to content

Commit 17b656b

Browse files
committed
Remove module magic from cfs.c
1 parent 7ab0ef5 commit 17b656b

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

src/backend/storage/file/cfs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,6 @@ bool cfs_control_gc(bool enabled)
865865
return was_enabled;
866866
}
867867

868-
PG_MODULE_MAGIC;
869-
870868
PG_FUNCTION_INFO_V1(cfs_start_gc);
871869
PG_FUNCTION_INFO_V1(cfs_enable_gc);
872870
PG_FUNCTION_INFO_V1(cfs_version);

0 commit comments

Comments
 (0)