Re: some more error location support - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: some more error location support
Date
Msg-id alpine.DEB.2.21.1808291637310.14012@lancre
Whole thread Raw
In response to Re: some more error location support  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: some more error location support
List pgsql-hackers
>> 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.

-- 
Fabien.


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Removing useless \. at the end of copy in pgbench
Next
From: Chapman Flack
Date:
Subject: Re: Removing useless \. at the end of copy in pgbench