mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Pg 17 support
according to 75680c3d80 (diff-4ab3ddf6fc36dec72180e4959fca91a7395d86fe3175f0ae6ceeb29b99faba8cL60)
This commit is contained in:
parent
4520a493c8
commit
4bf18631a7
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@
|
|||
#endif
|
||||
#include "utils/syscache.h"
|
||||
|
||||
#ifndef tuplestore_donestoring
|
||||
#define tuplestore_donestoring(state) ((void) 0)
|
||||
#endif
|
||||
|
||||
#include "include/hypopg.h"
|
||||
#include "include/hypopg_index.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue