Adds copy of ruleutils_13.c as ruleutils_14.c

pull/5209/head
Halil Ozan Akgul 2021-07-29 17:14:14 +03:00 committed by Sait Talha Nisanci
parent 5aace9bb37
commit 7a27d7cee3
3 changed files with 8564 additions and 0 deletions

1
.gitattributes vendored
View File

@ -30,6 +30,7 @@ src/backend/distributed/utils/pg11_snprintf.c -citus-style
src/backend/distributed/deparser/ruleutils_11.c -citus-style
src/backend/distributed/deparser/ruleutils_12.c -citus-style
src/backend/distributed/deparser/ruleutils_13.c -citus-style
src/backend/distributed/deparser/ruleutils_14.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

@ -14,5 +14,6 @@
#define PG_VERSION_12 120000
#define PG_VERSION_13 130000
#define PG_VERSION_14 140000
#define PG_VERSION_15 150000
#endif /* PG_VERSION_CONSTANTS */