Skip to content

Commit

Permalink
Update cstore_fdw.c
Browse files Browse the repository at this point in the history
tuptoaster needed for PG_VERSION_NUM <= 120000
  • Loading branch information
erma07 committed Dec 4, 2020
1 parent 6205313 commit ccff9fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cstore_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#include "access/htup_details.h"
#include "access/reloptions.h"
#include "access/sysattr.h"
#if PG_VERSION_NUM <= 120000
#include "access/tuptoaster.h"
#endif
#include "catalog/namespace.h"
#include "catalog/pg_foreign_table.h"
#include "catalog/pg_namespace.h"
Expand Down

0 comments on commit ccff9fe

Please sign in to comment.