Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit866737c

Browse files
committed
Add a #define for the inet overlaps operator.
Extracted from pending inet selectivity patch. The rest of it isn'tquite ready to commit, but we might as well push this part so the patchdoesn't have to track the moving target of pg_operator.h.
1 parent1adbb34 commit866737c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/include/catalog/pg_operator.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,18 +1142,19 @@ DATA(insert OID = 1206 ( ">=" PGNSP PGUID b f f 869 869 16 1204 1203 networ
11421142
DESCR("greater than or equal");
11431143
DATA(insertOID=931 ("<<"PGNSPPGUIDbff869869169330network_subnetworkselnetworkjoinsel ));
11441144
DESCR("is subnet");
1145-
#defineOID_INET_SUB_OP931
1145+
#defineOID_INET_SUB_OP931
11461146
DATA(insertOID=932 ("<<="PGNSPPGUIDbff869869169340network_subeqnetworkselnetworkjoinsel ));
11471147
DESCR("is subnet or equal");
1148-
#defineOID_INET_SUBEQ_OP932
1148+
#defineOID_INET_SUBEQ_OP932
11491149
DATA(insertOID=933 (">>"PGNSPPGUIDbff869869169310network_supnetworkselnetworkjoinsel ));
11501150
DESCR("is supernet");
1151-
#defineOID_INET_SUP_OP933
1151+
#defineOID_INET_SUP_OP933
11521152
DATA(insertOID=934 (">>="PGNSPPGUIDbff869869169320network_supeqnetworkselnetworkjoinsel ));
11531153
DESCR("is supernet or equal");
1154-
#defineOID_INET_SUPEQ_OP934
1154+
#defineOID_INET_SUPEQ_OP934
11551155
DATA(insertOID=3552("&&"PGNSPPGUIDbff8698691635520network_overlapnetworkselnetworkjoinsel ));
11561156
DESCR("overlaps (is subnet or supernet)");
1157+
#defineOID_INET_OVERLAP_OP3552
11571158

11581159
DATA(insertOID=2634 ("~"PGNSPPGUIDlff086986900inetnot-- ));
11591160
DESCR("bitwise not");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp