pgsql: Fix typo in comment.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment.
Date: 2014-11-06 11:04:37
Message-ID: E1XmKrl-0002LA-K1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment.

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08

Modified Files
--------------
src/backend/commands/matview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-06 12:11:18 pgsql: Move the backup-block logic from XLogInsert to a new file, xlogi
Previous Message Fujii Masao 2014-11-06 09:49:10 pgsql: Implement IF NOT EXIST for CREATE INDEX.