identifying unrecognized node type errors - Mailing list pgsql-hackers

From Andrew Dunstan
Subject identifying unrecognized node type errors
Date
Msg-id 41a2d88e-a3f2-2898-f922-98c3ee049c15@dunslane.net
Whole thread Raw
Responses Re: identifying unrecognized node type errors  (David Rowley <dgrowleyml@gmail.com>)
Re: identifying unrecognized node type errors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
As I was tracking down some of these errors in the sql/json patches I
noticed that we have a whole lot of them in the code, so working out
which one has triggered an error is not as easy as it might be. ISTM we
could usefully prefix each such message with the name of the function in
which it occurs, along the lines of this fragment for nodeFuncs.c. Thoughts?


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: Granting SET and ALTER SYSTE privileges for GUCs
Next
From: David Rowley
Date:
Subject: Re: identifying unrecognized node type errors