Re: GUC vs variable.c (was Patches applied...)

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: GUC vs variable.c (was Patches applied...)
Дата
Msg-id 3CC349C0.8AF58951@fourpalms.org
обсуждение исходный текст
Ответ на GUC vs variable.c (was Patches applied...)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
...
> regression=# set seed to 1,2;
> server closed the connection unexpectedly
> (crash is due to assert failure)

Now that I look, the assert is one I put in explicitly to catch multiple
arguments! I wasn't sure what the behavior *should* be, though I could
have done worse than simply checking for multiple arguments and throwing
a more graceful elog(ERROR) with a message about having too many
arguments to SET SEED...
                   - Thomas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Coster/planner and edge cases...
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: GUC vs variable.c (was Patches applied...)