use-regular-expressions-to-simplify-less_greater-and-not_equals.patch - Mailing list pgsql-hackers

From 孙诗浩(思才)
Subject use-regular-expressions-to-simplify-less_greater-and-not_equals.patch
Date
Msg-id 03572d05-697c-4dd5-95e3-bbc3fd8b05c1.sunshihao.ssh@alibaba-inc.com
Whole thread Raw
Responses Re: use-regular-expressions-to-simplify-less_greater-and-not_equals.patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: use-regular-expressions-to-simplify-less_greater-and-not_equals.patch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
     we can use regular expressions (<>|!=) to cover "<>" and "!=". There is no
need to have two definitions less_greater and not_equals, because it will confuse developer.
So, we can use only not_equals to cover this operator set.

Please review my patch.

Thanks.
Attachment

pgsql-hackers by date:

Previous
From: Wu Haotian
Date:
Subject: Re: Add option --drop-cascade for pg_dump/restore
Next
From: Tom Lane
Date:
Subject: Re: use-regular-expressions-to-simplify-less_greater-and-not_equals.patch