Skip to content

Commit

Permalink
Fix build for pre-v10 postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
jconway committed Dec 29, 2020
1 parent 71ceab0 commit 988a881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
#include "utils/guc_tables.h"
#include "utils/int8.h"
#include "utils/memutils.h"
#if PG_VERSION_NUM >= 100000
#include "utils/varlena.h"
#endif

#include "fileutils.h"
#include "genutils.h"
Expand Down

0 comments on commit 988a881

Please sign in to comment.