Re: security label support, revised - Mailing list pgsql-hackers

From Shigeru HANADA
Subject Re: security label support, revised
Date
Msg-id 20100928165744.C6B4.6989961C@metrosystems.co.jp
Whole thread Raw
In response to Re: security label support, revised  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: security label support, revised  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Mon, 27 Sep 2010 21:07:33 -0400
Robert Haas <robertmhaas@gmail.com> wrote:
> I found and fixed a few more issues and committed this.  The pg_dump
> support had a few escaping bugs, and I added tab completion support
> for psql.  Considering the size of the patch, it seems likely that
> there are some issues we both overlooked, but this is as solid as I
> can make it for right now.
Some OIDs used in SECURITY LABEL patch have already been used for
some functions such as pg_stat_get_xact_numscans().

The src/include/catalog/duplicate_oids script reports that 3037 ~
3040 are used two or more times.

Though all regression tests finish successfully, should this be
fixed ?

regards,
--
Shigeru Hanada



pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Help with User-defined function in PostgreSQL with Visual C++
Next
From: Markus Wanner
Date:
Subject: Re: Parallel Query Execution Project