pgsql: Move function_with_argtypes to a better location

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move function_with_argtypes to a better location
Дата
Msg-id E1cCa0e-0005Gs-Me@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move function_with_argtypes to a better location

It was apparently added for use by GRANT/REVOKE, but move it closer to
where other function signature related things are kept.

Reviewed-by: Alvaro Herrera <alvherre@2ndquadrant.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e696dccec1c01a92c83eeebedbc8ad948e6b1f61

Modified Files
--------------
src/backend/parser/gram.y | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: libpq: Fix inadvertent change in PQhost() behavior.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use grammar symbol function_with_argtypes consistently