[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pgsql-hackers
Subject:    [HACKERS] Move inet_gist to right place in pg_amproc
From:       Andreas Karlsson <andreas () proxel ! se>
Date:       2015-03-31 20:00:34
Message-ID: 551AFCE2.1060803 () proxel ! se
[Download RAW message or body]

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

["move-inet-gist.patch" (text/x-patch)]

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 ));


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic