pgsql: Fix typo in execMain.c - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix typo in execMain.c
Date
Msg-id E1Y9c6A-0007ng-HG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in execMain.c

Wee -> We.

Pointed out by Etsuro Fujita.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: xlogreader.c: Fix report_invalid_record translatability flag
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: fix one-byte per empty db memory leak