| От | Peter Eisentraut |
|---|---|
| Тема | Re: [HACKERS] outfuncs.c utility statement support |
| Дата | |
| Msg-id | 2071d3c8-3520-4f02-d1a6-bceb933f8779@2ndquadrant.com обсуждение исходный текст |
| Ответ на | [HACKERS] outfuncs.c utility statement support (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>) |
| Ответы |
Re: [HACKERS] outfuncs.c utility statement support
Re: [HACKERS] outfuncs.c utility statement support |
| Список | pgsql-hackers |
On 6/13/17 11:25, Peter Eisentraut wrote: > 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) So this seems to be a pretty basic bug. Some node fields of type char may be zero, and so printing them as a zero byte just truncates the whole output string. This could be fixed by printing chars like strings with the full escaping mechanism. See attached patch. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера