Fwd: patch: format function - fixed oid

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fwd: patch: format function - fixed oid
Date: 2010-11-19 07:54:07
Message-ID: AANLkTi=ykcZtY1fjKFPzuceB7ka9VKZ4nn7Emqt_cybG@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---------- Forwarded message ----------
From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Date: 2010/11/18
Subject: Re: patch: format function, next generation
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Kopie: pgsql-hackers-owner(at)postgresql(dot)org

Hello

somebody takes my oid :)

updated patch is in attachment

Regards

Pavel Stehule

2010/11/18 Jeff Janes <jeff(dot)janes(at)gmail(dot)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
>

Attachment Content-Type Size
format-2010-11-18.diff text/x-patch 14.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-11-19 07:57:03 Re: contrib: auth_delay module
Previous Message David Fetter 2010-11-19 07:48:16 Re: UNNEST ... WITH ORDINALITY (AND POSSIBLY OTHER STUFF)