I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database - Mailing list pgsql-general

From 孤傲小二~阿沐
Subject I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database
Date
Msg-id tencent_FB9EB101F09A687C499807EF813E946D4E0A@qq.com
Whole thread Raw
Responses Re: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database
Re: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database
List pgsql-general
Hello everyone,

I added a √ operator to scan.l. The sqrt function is still used internally, but there is a problem now, which affects the := and .. operators of the database.

# Description of Requirement:
1、select √ num1; function
2、The value of num1 is required to be: [0,9223372036854775807]
3、√ The operation does not allow decimals

I have now developed this feature on the PostgreSQL 14.0 kernel! But it affects the original function of the database:

# Affected place
1、 := assignment operator
2、 Operator in 1..10

# Recurring problem
1、make check
Attachment

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Pg_hba.conf problem after unexpected IP change
Next
From: "David G. Johnston"
Date:
Subject: Re: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database