DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
387 stars 21 forks source link

expression:PostgreSQL system function support #64

Closed Orion7r closed 3 years ago

Orion7r commented 3 years ago

What problem does this PR solve?

Added the compatibility of some system functions used in PgBench.

What is changed and how it works?

What's Changed:

In the expression package, complete the logical implementation of some functions,modify the bug of the previous system function,and add unit tests for these system functions.