Re: some more error location support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: some more error location support
Дата
Msg-id 12a05f66-4bb1-da6d-4b7a-9ede47066c86@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: some more error location support  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
On 29/08/2018 16:39, Fabien COELHO wrote:
> 
>>> The majority rule (34 make & 22 free) suggest that it is more often use
>>> than not. I'd suggest to stick to that for consistency & homogeneity.
>>
>> But it's consistently not used in DDL command implementations, only in
>> normal query parsing.
> 
> I try to avoid complicated (context-sensitive) rules when I can, esp as 
> some functions may be called from DDL and DML.
> 
> But fine with me.

Committed 0001 and 0002, keeping 0003 for future research, as discussed.
 Thanks.

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


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: "Write amplification" is made worse by "getting tired" whileinserting into nbtree secondary indexes (Was: Why B-Tree suffix truncation matters)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Removing useless \. at the end of copy in pgbench