pgsql: Fix typo in comment for pclose_check() function.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment for pclose_check() function.
Date: 2012-09-13 03:34:49
Message-ID: E1TC0CX-0008LY-OQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment for pclose_check() function.

Backpatch to 9.2.

Etsuro Fujit

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6b896f511f8dbeac9f09cc54c6cb62bdff25e501

Modified Files
--------------
src/port/exec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-13 15:32:53 pgsql: Fix case of window function + aggregate + GROUP BY expression.
Previous Message Tom Lane 2012-09-12 19:12:52 pgsql: Fix a couple other leftover uses of 'conisonly' terminology.