Add ruleutils_17 as copy of ruleutils_16, define PG_VERSION_18

(cherry picked from commit 728fe5c921)
pull/7725/head
naisila 2024-07-11 14:03:53 +02:00
parent da2624cee8
commit 74d1f8bff9
3 changed files with 9194 additions and 0 deletions

1
.gitattributes vendored
View File

@ -29,6 +29,7 @@ src/backend/distributed/deparser/ruleutils_13.c -citus-style
src/backend/distributed/deparser/ruleutils_14.c -citus-style
src/backend/distributed/deparser/ruleutils_15.c -citus-style
src/backend/distributed/deparser/ruleutils_16.c -citus-style
src/backend/distributed/deparser/ruleutils_17.c -citus-style
src/backend/distributed/commands/index_pg_source.c -citus-style
src/include/distributed/citus_nodes.h -citus-style

File diff suppressed because it is too large Load Diff

View File

@ -15,5 +15,6 @@
#define PG_VERSION_15 150000
#define PG_VERSION_16 160000
#define PG_VERSION_17 170000
#define PG_VERSION_18 180000
#endif /* PG_VERSION_CONSTANTS */