Error code returned by lock_timeout

From: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Cc: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
Subject: Error code returned by lock_timeout
Date: 2013-06-27 05:22:35
Message-ID: 51CBCC1B.9020702@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I just realized that in the original incarnation of lock_timeout,
I used ERRCODE_LOCK_NOT_AVAILABLE (to be consistent with NOWAIT)
but the patch that was accepted into 9.3 contained ERRCODE_QUERY_CANCELED
which is the same as for statement_timeout.

Which would be more correct?

Thanks in advance,
Zoltán Böszörményi

--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de
http://www.postgresql.at/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2013-06-27 05:39:32 Re: [PATCH] add --progress option to pgbench (submission 3)
Previous Message Peter Geoghegan 2013-06-27 04:18:49 Re: pg_filedump 9.3: checksums (and a few other fixes)