Move inet_gist to right place in pg_amproc

Started by Andreas Karlssonalmost 11 years ago2 messages
#1Andreas Karlsson
andreas@proxel.se
1 attachment(s)

Hi,

The pg_amproc functions for inet_gist were accidentally added under the
gin heading. I have attached a patch which moves them to the gist
heading where they belong.

--
Andreas Karlsson

Attachments:

move-inet-gist.patchtext/x-patch; name=move-inet-gist.patchDownload
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h
index 8a43f64..78c3bd9 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -236,6 +236,14 @@ DATA(insert (	3919   3831 3831 5 3879 ));
 DATA(insert (	3919   3831 3831 6 3880 ));
 DATA(insert (	3919   3831 3831 7 3881 ));
 DATA(insert (	3919   3831 3831 9 3996 ));
+DATA(insert (	3550   869  869  1 3553 ));
+DATA(insert (	3550   869  869  2 3554 ));
+DATA(insert (	3550   869  869  3 3555 ));
+DATA(insert (	3550   869  869  4 3556 ));
+DATA(insert (	3550   869  869  5 3557 ));
+DATA(insert (	3550   869  869  6 3558 ));
+DATA(insert (	3550   869  869  7 3559 ));
+DATA(insert (	3550   869  869  9 3573 ));
 
 
 /* gin */
@@ -405,14 +413,6 @@ DATA(insert (	4037   3802 3802 2 3485 ));
 DATA(insert (	4037   3802 3802 3 3486 ));
 DATA(insert (	4037   3802 3802 4 3487 ));
 DATA(insert (	4037   3802 3802 6 3489 ));
-DATA(insert (	3550   869	869  1 3553 ));
-DATA(insert (	3550   869	869  2 3554 ));
-DATA(insert (	3550   869	869  3 3555 ));
-DATA(insert (	3550   869	869  4 3556 ));
-DATA(insert (	3550   869	869  5 3557 ));
-DATA(insert (	3550   869	869  6 3558 ));
-DATA(insert (	3550   869	869  7 3559 ));
-DATA(insert (	3550   869	869  9 3573 ));
 
 /* sp-gist */
 DATA(insert (	3474   3831 3831 1 3469 ));
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: Andreas Karlsson (#1)
Re: Move inet_gist to right place in pg_amproc

On 03/31/2015 11:00 PM, Andreas Karlsson wrote:

Hi,

The pg_amproc functions for inet_gist were accidentally added under the
gin heading. I have attached a patch which moves them to the gist
heading where they belong.

Thanks, moved.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers