pgsql: Update LookupExplicitNamespace() comments; commit message updat

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update LookupExplicitNamespace() comments; commit message updat
Date: 2013-01-26 18:47:54
Message-ID: E1TzAnC-0003PD-QJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update LookupExplicitNamespace() comments; commit message update

Also, commit 7e2322dff30c04d90c0602d2b5ae24b4881db88b affected DROP
TABLE IF EXISTS, not CREATE TABLE IF EXISTS.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/51cfb87ae235ffc875946bcb6cb8404fe97cbb9b

Modified Files
--------------
src/backend/catalog/namespace.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-26 19:52:04 pgsql: Update comments in new DROP IF EXISTS code; commit message updat
Previous Message Bruce Momjian 2013-01-26 18:39:16 Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist