fix a few violations of ISO C90 (mixed code/declarations)
authorTomas Vondra <tomas@2ndquadrant.com>
Tue, 1 Mar 2016 02:36:41 +0000 (03:36 +0100)
committerPavan Deolasee <pavan.deolasee@gmail.com>
Fri, 11 Mar 2016 06:24:40 +0000 (11:54 +0530)
commit5fa02b90ca95c50897495c0f0b47dfeb4835cb3b
treea6495a618d12e29276fea1e0a191f18317ff90bf
parent9200b0462b181b6d55d0042371bdcd98ac812700
fix a few violations of ISO C90 (mixed code/declarations)

Interestingly ';;' confuses the compiler enough to emit this warning.
src/backend/optimizer/plan/createplan.c
src/gtm/main/gtm_txn.c