Re: Couple of minor fixes - Mailing list pgsql-patches

From Tom Lane
Subject Re: Couple of minor fixes
Date
Msg-id 14338.1144620110@sss.pgh.pa.us
Whole thread Raw
In response to Re: Couple of minor fixes  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.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

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Couple of minor fixes
Next
From: Alvaro Herrera
Date:
Subject: Re: [WIP] Add relminxid column to pg_class