Re: Move get_grosysid() to utils/cache/lsyscache.c

Lists: pgsql-patches
From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Move get_grosysid() to utils/cache/lsyscache.c
Date: 2004-12-29 16:36:18
Message-ID: 20041229163617.GY10437@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Greetings,

Small patch to move get_grosysid() from catalog/aclchk.c to
utils/cache/lsyscache.c where it can be used by other things. Also
cleans up both get_usesysid() and get_grosysid() a bit. This is in
preparation for 'Group Ownership' support.

Thanks,

Stephen

Attachment Content-Type Size
grosysid_move.diff text/plain 3.5 KB

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Move get_grosysid() to utils/cache/lsyscache.c
Date: 2005-01-04 04:11:22
Message-ID: 200501040411.j044BMV00747@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


This has been saved for the 8.1 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Stephen Frost wrote:
> Greetings,
>
> Small patch to move get_grosysid() from catalog/aclchk.c to
> utils/cache/lsyscache.c where it can be used by other things. Also
> cleans up both get_usesysid() and get_grosysid() a bit. This is in
> preparation for 'Group Ownership' support.
>
> Thanks,
>
> Stephen

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Neil Conway <neilc(at)samurai(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Move get_grosysid() to utils/cache/lsyscache.c
Date: 2005-01-27 06:53:33
Message-ID: 1106808813.3226.69.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Wed, 2004-12-29 at 11:36 -0500, Stephen Frost wrote:
> Small patch to move get_grosysid() from catalog/aclchk.c to
> utils/cache/lsyscache.c where it can be used by other things. Also
> cleans up both get_usesysid() and get_grosysid() a bit. This is in
> preparation for 'Group Ownership' support.

I'll apply this to HEAD tomorrow, barring any objections.

-Neil


From: Neil Conway <neilc(at)samurai(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Move get_grosysid() to utils/cache/lsyscache.c
Date: 2005-01-27 23:36:19
Message-ID: 1106868979.3226.77.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Wed, 2004-12-29 at 11:36 -0500, Stephen Frost wrote:
> Small patch to move get_grosysid() from catalog/aclchk.c to
> utils/cache/lsyscache.c where it can be used by other things. Also
> cleans up both get_usesysid() and get_grosysid() a bit.

Applied to HEAD. Thanks for the patch.

-Neil