Re: Verifying variable names in pgbench

From: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Verifying variable names in pgbench
Date: 2010-01-05 03:44:38
Message-ID: 20100105124438.ABF4.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Robert Haas <robertmhaas(at)gmail(dot)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>'"

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-01-05 03:51:10 Re: Verifying variable names in pgbench
Previous Message Robert Haas 2010-01-05 03:42:30 Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting