pgsql: Move inet/cidr GiST opclass functions to correct place in header

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move inet/cidr GiST opclass functions to correct place in header
Date: 2015-04-01 16:24:03
Message-ID: E1YdLQx-0003Sg-Ez@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move inet/cidr GiST opclass functions to correct place in header file.

They were accidentally placed under the GIN heading.

Andreas Karlsson

Branch
------
master

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

Modified Files
--------------
src/include/catalog/pg_amproc.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-01 21:11:27 pgsql: Provide real selectivity estimators for inet/cidr operators.
Previous Message Tom Lane 2015-04-01 00:04:20 pgsql: Fix incorrect markup in documentation of window frame clauses.