Skip to content

Commit 06b27cf

Browse files
committed
[PGPRO-5771] Move comp_crc32c() to checksum_impl.h
There are no checksum_helper interface in 11 and 12 versions. Tags: ptrack
1 parent f9e9dcd commit 06b27cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "catalog/pg_tablespace.h"
3333
#include "miscadmin.h"
3434
#ifdef WIN32
35-
#include "common/checksum_helper.h"
35+
#include "storage/checksum.h"
3636
#else
3737
#include "port/pg_crc32c.h"
3838
#endif

0 commit comments

Comments
 (0)