Re: Couple of minor fixes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Couple of minor fixes
Date: 2006-04-09 22:01:50
Message-ID: 14338.1144620110@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Came across another one of those. schemacmds.h has:
> extern void AlterSchemaOwner_oid(const Oid schemaOid, Oid newOwnerId);
> but schemacmds.c has:
> void
> AlterSchemaOwner_oid(Oid oid, Oid newOwnerId)

Got it, thanks.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-04-09 22:16:14 Re: [WIP] Add relminxid column to pg_class
Previous Message Tom Lane 2006-04-09 21:54:56 Re: Support Parallel Query Execution in Executor