pgsql: Properly mark initRectBox() as taking 'void' args

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly mark initRectBox() as taking 'void' args
Date: 2016-04-23 14:41:15
Message-ID: E1atykF-0002Kf-PE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly mark initRectBox() as taking 'void' args

Was part of box type in SP-GiST index patch.

Reported-by: Emre Hasegeli

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/915cee4595060fd536a7c997e37e4a535c3e0d4f

Modified Files
--------------
src/backend/utils/adt/geo_spgist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-04-23 18:54:09 pgsql: doc: Fix typos
Previous Message Amit Kapila 2016-04-23 11:55:46 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <