Re: pgsql: Fix gratuitous error message variation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Fix gratuitous error message variation
Дата
Msg-id b2fdd2de-ddc9-0d30-6f44-0e424825b328@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Fix gratuitous error message variation  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix gratuitous error message variation  (Euler Taveira <euler@timbira.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix new COPY test of PL/pgSQL with VPATH builds
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix negative bitmapset member not allowed error in logical repli