Re: Verifying variable names in pgbench
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-05T03:51:10Z
Lists: pgsql-hackers
On Mon, Jan 4, 2010 at 10:44 PM, Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> wrote: > Robert Haas <robertmhaas@gmail.com> wrote: > >> What is currently done for other, similar error messages? > > Current error messages are: > for commands: "<context>: out of memory" > for others : "Couldn't allocate memory for variable" > > The new message is: "<context>: out of memory for variable '<name>'" OK, I see. I think this is reasonable, then. ...Robert