pgsql: postgres_fdw: Avoid "cursor can only scan forward" error.

2024-07-18 Thread Etsuro Fujita
postgres_fdw: Avoid "cursor can only scan forward" error. Commit d844cd75a disallowed rewind in a non-scrollable cursor to resolve anomalies arising from such a cursor operation. However, this failed to take into account the assumption in postgres_fdw that when rescanning a foreign relation, it c

pgsql: postgres_fdw: Avoid "cursor can only scan forward" error.

2024-07-18 Thread Etsuro Fujita
postgres_fdw: Avoid "cursor can only scan forward" error. Commit d844cd75a disallowed rewind in a non-scrollable cursor to resolve anomalies arising from such a cursor operation. However, this failed to take into account the assumption in postgres_fdw that when rescanning a foreign relation, it c

pgsql: postgres_fdw: Avoid "cursor can only scan forward" error.

2024-07-18 Thread Etsuro Fujita
postgres_fdw: Avoid "cursor can only scan forward" error. Commit d844cd75a disallowed rewind in a non-scrollable cursor to resolve anomalies arising from such a cursor operation. However, this failed to take into account the assumption in postgres_fdw that when rescanning a foreign relation, it c

pgsql: postgres_fdw: Avoid "cursor can only scan forward" error.

2024-07-18 Thread Etsuro Fujita
postgres_fdw: Avoid "cursor can only scan forward" error. Commit d844cd75a disallowed rewind in a non-scrollable cursor to resolve anomalies arising from such a cursor operation. However, this failed to take into account the assumption in postgres_fdw that when rescanning a foreign relation, it c