pgsql/src backend/commands/rename.c test/regre ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/rename.c test/regre ...
Date: 2002-04-05 11:58:24
Message-ID: 20020405115824.0721247595B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/05 06:58:24

Modified files:
src/backend/commands: rename.c
src/test/regress/expected: alter_table.out
src/test/regress/sql: alter_table.sql

Log message:
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.

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-05 12:02:00 pgsql/src/makefiles Makefile.aix Makefile.unixware
Previous Message Bruce Momjian - CVS 2002-04-05 11:57:33 pgsql/doc TODO