aclchk.c refactor

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Patches <pgsql-patches(at)postgresql(dot)org>
Subject: aclchk.c refactor
Date: 2005-11-21 15:16:52
Message-ID: 20051121151652.GA12273@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-www

I intend to apply later today the attached patch in order to reduce some
code duplication in aclchk.c and clean a bit the API I just introduced
in the previous patch. This reduces aclchk.c from 2377 lines to 2206.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment Content-Type Size
aclchk-refactor-1.patch text/plain 44.2 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-11-21 15:18:17 Re: drop database if exists
Previous Message Tom Lane 2005-11-21 14:48:26 Re: In pg_dump "no owner" mode don't dump owner names in comments

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-21 16:34:41 Re: aclchk.c refactor
Previous Message Alvaro Herrera 2005-11-21 13:33:08 Re: DROP OWNED again