DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

Server: Restructure Parse OID handling #77

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

What's changed

Now when front-end send in Postgres' OID, server will try to use that when interpolating datum type to be created, instead of relying on guessing it from the execution plan.

Also added some handler for binary formed data

Tests

make dev-tmp passed

Sysbench

BenchmarkSQL passed