Fwd: patch: format function - fixed oid

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Fwd: patch: format function - fixed oid
Дата
Msg-id AANLkTi=ykcZtY1fjKFPzuceB7ka9VKZ4nn7Emqt_cybG@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fwd: patch: format function - fixed oid  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
---------- Forwarded message ----------
From: Pavel Stehule <pavel.stehule@gmail.com>
Date: 2010/11/18
Subject: Re: patch: format function, next generation
To: Jeff Janes <jeff.janes@gmail.com>
Kopie: pgsql-hackers-owner@postgresql.org


Hello

somebody takes my oid :)

updated patch is in attachment

Regards

Pavel Stehule

2010/11/18 Jeff Janes <jeff.janes@gmail.com>:
>>
>> Hello
>>
>> I reworked a implementation of format function. This respects last discussion:
>>
>> * support a positional placeholders - syntax %99$x,
>> * support a tags: %s, I, L,
>> * enhanced documentation,
>> * enhanced reggress tests
>>
>> Regards
>>
>> Pavel Stehule
>
> Dear Pavel,
>
> Your patch no longer passes "make check" against git HEAD.
>
> It looks like the backend sync commit has claimed OID 3063
>
> creating directory
> /home/jjanes/postgres/git/src/test/regress/./tmp_check/data ... ok
> creating subdirectories ... ok
> selecting default max_connections ... 100
> selecting default shared_buffers ... 32MB
> creating configuration files ... ok
> creating template1 database in
> /home/jjanes/postgres/git/src/test/regress/./tmp_check/data/base/1 ...
> FATAL:  could not create unique index "pg_proc_oid_index"
> DETAIL:  Key (oid)=(3063) is duplicated.
> child process exited with exit code 1
> initdb: data directory
> "/home/jjanes/postgres/git/src/test/regress/./tmp_check/data" not
> removed at user's request
>
> Cheers,
>
> Jeff
>

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: UNNEST ... WITH ORDINALITY (AND POSSIBLY OTHER STUFF)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Latches with weak memory ordering (Re: max_wal_senders must die)