ALTER TABLE ... RENAME: minor stuff - Mailing list pgsql-patches

From Neil Conway
Subject ALTER TABLE ... RENAME: minor stuff
Date
Msg-id 20020401143018.2b020b39.nconway@klamath.dyndns.org
Whole thread Raw
Responses Re: ALTER TABLE ... RENAME: minor stuff
Re: ALTER TABLE ... RENAME: minor stuff
List pgsql-patches
This patch adds a missing heap_freetuple() to renamerel(), documents
the decision not to make renamerel() update the sequence name that
is stored within sequences themselves (thanks to Tom Lane), and adds
some rudimentary regression tests for ALTER TABLE ... RENAME on
non-table relations.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: bison fixes
Next
From: Neil Conway
Date:
Subject: make BufferGetBlockNumber() a macro