pgsql: Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Date: 2012-04-18 14:47:13
Message-ID: E1SKWA5-0000h5-ES@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.

Noah Misch

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8d2ef107e6b0ed1574ab7aaf437480a7473004e7

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 2 +-
src/backend/nodes/equalfuncs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-04-18 14:56:41 pgsql: After PageSetAllVisible, use MarkBufferDirty.
Previous Message Andrew Dunstan 2012-04-18 14:27:08 Re: Re: [COMMITTERS] pgsql: Don't override arguments set via options with positional argumen