Skip to content
Snippets Groups Projects
Commit 866737c9 authored by Tom Lane's avatar Tom Lane
Browse files

Add a #define for the inet overlaps operator.

Extracted from pending inet selectivity patch.  The rest of it isn't
quite ready to commit, but we might as well push this part so the patch
doesn't have to track the moving target of pg_operator.h.
parent 1adbb347
No related branches found
No related tags found
No related merge requests found
......@@ -1154,6 +1154,7 @@ DESCR("is supernet or equal");
#define OID_INET_SUPEQ_OP 934
DATA(insert OID = 3552 ( "&&" PGNSP PGUID b f f 869 869 16 3552 0 network_overlap networksel networkjoinsel ));
DESCR("overlaps (is subnet or supernet)");
#define OID_INET_OVERLAP_OP 3552
DATA(insert OID = 2634 ( "~" PGNSP PGUID l f f 0 869 869 0 0 inetnot - - ));
DESCR("bitwise not");
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment