pgsql: Standardize pg_authid oid_symbol values.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Standardize pg_authid oid_symbol values.
Дата
Msg-id E1lVItS-0003V6-Rp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Standardize pg_authid oid_symbol values.

Commit c9c41c7a337d3e2deb0b2a193e9ecfb865d8f52b used two different
naming patterns.  Standardize on the majority pattern, which was the
only pattern in the last reviewed version of that commit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df5efaf4410f94cc1b69e8ade1d64dc92232ec1d

Modified Files
--------------
src/backend/catalog/aclchk.c      | 8 ++++----
src/backend/commands/user.c       | 8 ++++----
src/backend/utils/adt/acl.c       | 6 +++---
src/include/catalog/pg_authid.dat | 6 +++---
4 files changed, 14 insertions(+), 14 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve behavior of date_bin with origin in the future
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Remove COMMIT_TS_SETTS record.