Re: pgsql: Fix gratuitous error message variation - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Fix gratuitous error message variation
Date
Msg-id b2fdd2de-ddc9-0d30-6f44-0e424825b328@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Fix gratuitous error message variation  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix gratuitous error message variation  (Euler Taveira <euler@timbira.com.br>)
List pgsql-committers
On 2019-11-09 02:20, Tom Lane wrote:
> Peter Eisentraut <peter@eisentraut.org> writes:
>> Fix gratuitous error message variation
> 
> Hm, as long as you're touching that ... OIDs should be formatted
> with %u not %d.

This is just a fixup of the recent patch 
8f75e8e44609335e6bdd73123284682235f242a2.

Replication origin IDs are actually

typedef uint16 RepOriginId;

so using the term OID is probably wrong altogether.  I'm not sure what 
the overall intent was here.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix new COPY test of PL/pgSQL with VPATH builds
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix negative bitmapset member not allowed error in logical repli