pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey
Дата
Msg-id E1h6CBC-0006zE-M2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"

Typedef name should be both unique and non-intersect with variable names
across all the sources.  That makes both pg_indent and debuggers happy.

Discussion: https://postgr.es/m/23865.1552936099%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75c57058b0f5d511a9d80ddfab68a761229d68ea

Modified Files
--------------
src/backend/utils/adt/jsonpath_scan.l | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Ignore attempts to add TOAST table to shared or catalog tables
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Reorder LOCALLOCK structure members to compact the size