pgsql: Oops, fix misspelled #endif

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Oops, fix misspelled #endif
Date: 2015-04-14 19:01:17
Message-ID: E1Yi65F-0005YW-Va@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Oops, fix misspelled #endif

I hope this fixes the Windows builfarm failures.

Branch
------
master

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

Modified Files
--------------
src/include/pg_config.h.win32 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-04-14 21:00:36 pgsql: Optimize pg_comp_crc32c_sse42 routine slightly, and also use it
Previous Message Heikki Linnakangas 2015-04-14 18:05:34 Re: [COMMITTERS] pgsql: Use Intel SSE 4.2 CRC instructions where available.