pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug,
Date: 2007-07-12 23:10:57
Message-ID: 20070712231057.2A5F89FBA9A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Simplify overly-cute array coding to avoid an apparent gcc bug, which
may or may not be harmless. Report from Stefan, patch from Heikki.

Modified Files:
--------------
pgsql/contrib/pg_trgm:
trgm_op.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_trgm/trgm_op.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-07-12 23:25:27 pgsql: Fixup the indentation of a comment that was mangled by pgindent,
Previous Message Tom Lane 2007-07-12 22:51:09 Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI