Skip to content

Commit 3b2d56d

Browse files
author
Sofia Kopikova
committed
Fix build with master
1 parent 4fd3087 commit 3b2d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <unistd.h>
2929
#include <sys/stat.h>
3030

31-
#if PG_VERSION_NUM < 120000
31+
#if PG_VERSION_NUM < 120000 || PG_VERSION_NUM >= 190000
3232
#include "access/htup_details.h"
3333
#endif
3434
#include "catalog/pg_tablespace.h"

0 commit comments

Comments
 (0)