Postgres C extension parallel aggregate, how to get worker id and row number?

前端 未结 0 1204
栀梦
栀梦 2021-01-05 06:17

I am writing a Postgres C extension for a Parallel Aggregate function. Normally, in C or C++ I get my thread id and indexing of the work to be done, and then I can make sure

相关标签:
回答
  • 消灭零回复
提交回复
热议问题