pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Introduce PostgresMemberGuard to protect class methods

Open Y-- opened this issue 6 months ago • 0 comments

Building on #803:

  • extend PostgresMemberGuard to accept parameters
  • hoist as many guards as possible in the PostgresTableReader API
  • make PostgresTableReader ctor trivial to make sure we never throw in it

Y-- avatar May 26 '25 12:05 Y--