pgsql: Fix typmod exposed for scalar function in FROM, too.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix typmod exposed for scalar function in FROM, too.
Дата
Msg-id E1in5kP-0004eS-9d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typmod exposed for scalar function in FROM, too.

On further reflection about commit 4d02eb017, it occurs to me that
expandRTE() had better agree with what addRangeTableEntryForFunction()
is doing.  So teach that about functions possibly having typmods, too.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/915c04f091f13dbbc0fde833e612dc90b70103ce

Modified Files
--------------
src/backend/parser/parse_relation.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Reorder two nbtree.h function prototypes.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add basic TAP tests for psql's tab-completion logic.