aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-02 23:30:01 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-02 23:30:01 +0300
commit025421675d678abafcef510abff3e8df0d67a92a (patch)
treea7160822e59533358213a150cc0612f4f9abaa5f
parent6be490464800b21f433af2009a805f0370411b95 (diff)
downloadydb-025421675d678abafcef510abff3e8df0d67a92a.tar.gz
intermediate changes
ref:c66d7fd4b2f6f845a577c7856917f36b093f73fb
-rw-r--r--contrib/libs/postgresql/src/include/catalog/pg_class.h2
-rw-r--r--contrib/libs/postgresql/ya.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/postgresql/src/include/catalog/pg_class.h b/contrib/libs/postgresql/src/include/catalog/pg_class.h
index 78b33b2a7f..e675520f08 100644
--- a/contrib/libs/postgresql/src/include/catalog/pg_class.h
+++ b/contrib/libs/postgresql/src/include/catalog/pg_class.h
@@ -178,7 +178,7 @@ typedef FormData_pg_class *Form_pg_class;
/*
* an explicitly chosen candidate key's columns are used as replica identity.
* Note this will still be set if the index has been dropped; in that case it
- * has the same meaning as 'd'.
+ * has the same meaning as 'n'.
*/
#define REPLICA_IDENTITY_INDEX 'i'
diff --git a/contrib/libs/postgresql/ya.make b/contrib/libs/postgresql/ya.make
index fdefae7428..a20c9de825 100644
--- a/contrib/libs/postgresql/ya.make
+++ b/contrib/libs/postgresql/ya.make
@@ -4,9 +4,9 @@ LIBRARY(postgres)
OWNER(g:cpp-contrib)
-VERSION(13.5)
+VERSION(13.6)
-ORIGINAL_SOURCE(mirror://postgresql/source/v13.5/postgresql-13.5.tar.bz2)
+ORIGINAL_SOURCE(mirror://postgresql/source/v13.6/postgresql-13.6.tar.bz2)
LICENSE(
Apache-2.0 AND