pg-redis-fdw / redis_fdw

A PostgreSQL foreign data wrapper for Redis
494 stars 68 forks source link

cursor id copy not done in sufficiently long lived context #8

Closed adunstan closed 9 years ago

adunstan commented 9 years ago

We need to set up a memory context to hold the cursor id that lives as long as the scan. This is the cause of a privately reported bug.