pgsql: Update comment at top of index_create - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Update comment at top of index_create
Date
Msg-id E1TgQw7-0006ye-Uf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment at top of index_create

I neglected to update it in commit f4c4335.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e15cdb2ae7da5c1f9d8ca2ad970b98ca1cc4947

Modified Files
--------------
src/backend/catalog/index.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ensure recovery pause feature doesn't pause unless users can con
Next
From: Tom Lane
Date:
Subject: pgsql: Fix intermittent crash in DROP INDEX CONCURRENTLY.