Re: [PATCH] bugfix for int2vectorin
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Caleb Welton <cwelton@greenplum.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2009-12-02T03:38:17Z
Lists: pgsql-hackers
Caleb Welton <cwelton@greenplum.com> writes: > I believe the int2vectorin function should handle invalid input more cleanly. Why bother? Under what circumstances would users (or anyone at all) be putting data into an int2vector? It's an internal type and is certainly not meant for use in user tables. regards, tom lane