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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug,
Date
Msg-id 20070712231057.2A5F89FBA9A@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fixup the indentation of a comment that was mangled by pgindent,