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

Поиск
Список
Период
Сортировка
От 孤傲小二~阿沐
Тема 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
Дата
Msg-id tencent_FB9EB101F09A687C499807EF813E946D4E0A@qq.com
обсуждение исходный текст
Ответы 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
Список 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
Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Pg_hba.conf problem after unexpected IP change
Следующее
От: "David G. Johnston"
Дата:
Сообщение: 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