Re: Incorrect use of ERRCODE_UNDEFINED_COLUMN in extended stats

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2017-04-24T14:15:34Z
Lists: pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> The attached small patched fixes an incorrect usage of an error code
> in the extended stats code.

Hmm, looks like all of that could do with an editorial pass (e.g.,
"duplicity" does not mean what the comments author seems to think).

			regards, tom lane


Commits

  1. Code review for commands/statscmds.c.