[HACKERS] outfuncs.c utility statement support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [HACKERS] outfuncs.c utility statement support
Дата
Msg-id 7006f936-4301-25f3-0a6e-52ee9ab18280@2ndquadrant.com
обсуждение исходный текст
Ответы Re: [HACKERS] outfuncs.c utility statement support  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] outfuncs.c utility statement support  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
While debugging some other stuff, I was wondering to what extent node
types supporting utility statements should be supported in outfuncs.c.
Running with --debug-print-parse=on, executing

create table test1 (a int, b text);

gives output that is truncated somewhere in the middle (possibly a null
byte), and

drop table test1;

shows (among other things)

:utilityStmt ?

Is there a way to check that everything that needs to be there is there
and that the stuff that is there works correctly or is reachable at all?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] macOS Sierra & System Integrity Protection
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] macOS Sierra & System Integrity Protection