Re: Seems like bug in 9.1.3, need to confirm.

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Seems like bug in 9.1.3, need to confirm.
Date: 2013-12-21 00:20:17
Message-ID: 1387585217329-5784304.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Johnston wrote
> Or feel free to peruse the release notes for 9.2, this behavior change
> should be documented if intentional.

Reading said notes it appears that the "returns NULL" behavior compensates
for a concurrent DROP of an existing/known OID. Since your issue is that
the object was never physically present, and thus did not have an OID, so
the attempt to obtain an OID failed and resulted in an error.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Seems-like-bug-in-9-1-3-need-to-confirm-tp5784296p5784304.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Van Dyk 2013-12-21 00:24:16 Re: to_json(now()) result doesn't have 'T' separator
Previous Message Joe Van Dyk 2013-12-21 00:18:59 to_json(now()) result doesn't have 'T' separator