Обсуждение: pgsql: Move function_with_argtypes to a better location

Поиск
Список
Период
Сортировка

pgsql: Move function_with_argtypes to a better location

От
Peter Eisentraut
Дата:
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(-)