mongo_fdw icon indicating copy to clipboard operation
mongo_fdw copied to clipboard

fix: change default collation allowance

Open Climax777 opened this issue 7 months ago • 2 comments

Make provision for C_COLLATION_OID and POSIX_COLLATION_OID, which are also built-in types.

I'm not 100% sure what the impact will be, but everywhere specifically DEFAULT_COLLATION_OID was used, the other two are allowed now as well.

This fixes #169 and pushes down ObjectID queries for all columns.

Climax777 avatar Nov 13 '23 13:11 Climax777