Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f770870

Browse files
committed
Move inet/cidr GiST opclass functions to correct place in header file.
They were accidentally placed under the GIN heading. Andreas Karlsson
1 parent f6caf5a commit f770870

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/include/catalog/pg_amproc.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ DATA(insert ( 3919 3831 3831 5 3879 ));
236236
DATA(insert ( 3919 3831 3831 6 3880 ));
237237
DATA(insert ( 3919 3831 3831 7 3881 ));
238238
DATA(insert ( 3919 3831 3831 9 3996 ));
239+
DATA(insert ( 3550 869 869 1 3553 ));
240+
DATA(insert ( 3550 869 869 2 3554 ));
241+
DATA(insert ( 3550 869 869 3 3555 ));
242+
DATA(insert ( 3550 869 869 4 3556 ));
243+
DATA(insert ( 3550 869 869 5 3557 ));
244+
DATA(insert ( 3550 869 869 6 3558 ));
245+
DATA(insert ( 3550 869 869 7 3559 ));
246+
DATA(insert ( 3550 869 869 9 3573 ));
239247

240248

241249
/* gin */
@@ -405,14 +413,6 @@ DATA(insert ( 4037 3802 3802 2 3485 ));
405413
DATA(insert ( 4037 3802 3802 3 3486 ));
406414
DATA(insert ( 4037 3802 3802 4 3487 ));
407415
DATA(insert ( 4037 3802 3802 6 3489 ));
408-
DATA(insert ( 3550 869 869 1 3553 ));
409-
DATA(insert ( 3550 869 869 2 3554 ));
410-
DATA(insert ( 3550 869 869 3 3555 ));
411-
DATA(insert ( 3550 869 869 4 3556 ));
412-
DATA(insert ( 3550 869 869 5 3557 ));
413-
DATA(insert ( 3550 869 869 6 3558 ));
414-
DATA(insert ( 3550 869 869 7 3559 ));
415-
DATA(insert ( 3550 869 869 9 3573 ));
416416

417417
/* sp-gist */
418418
DATA(insert ( 3474 3831 3831 1 3469 ));

0 commit comments

Comments
 (0)