pgsql: Fixes for RESET SESSION patch, per Alvaro.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixes for RESET SESSION patch, per Alvaro.
Date: 2007-04-12 22:34:45
Message-ID: 20070412223445.F2CCB9FBAF5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET
ref page (sorry, my fault!), and simplify the coding of
ResetTempTableNamespace().

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
reset.sgml (r1.33 -> r1.34)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reset.sgml.diff?r1=1.33&r2=1.34)
pgsql/src/backend/catalog:
namespace.c (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/namespace.c.diff?r1=1.94&r2=1.95)
pgsql/src/include/catalog:
namespace.h (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/namespace.h.diff?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-04-12 22:38:54 Re: [COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.
Previous Message Bruce Momjian 2007-04-12 19:38:26 pgsql: Done: > * -Add RESET SESSION command to reset all session state