diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 23:30:01 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 23:30:01 +0300 |
commit | 025421675d678abafcef510abff3e8df0d67a92a (patch) | |
tree | a7160822e59533358213a150cc0612f4f9abaa5f /contrib/libs/postgresql/src | |
parent | 6be490464800b21f433af2009a805f0370411b95 (diff) | |
download | ydb-025421675d678abafcef510abff3e8df0d67a92a.tar.gz |
intermediate changes
ref:c66d7fd4b2f6f845a577c7856917f36b093f73fb
Diffstat (limited to 'contrib/libs/postgresql/src')
-rw-r--r-- | contrib/libs/postgresql/src/include/catalog/pg_class.h | 2 |
1 files changed, 1 insertions, 1 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' |