cursor - Search results
Mailing lists >> pgsql-hackers >> Thread
2025-05-29 17:59:45 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)
cursor(PGconn *conn, unsigned int cursor_number, PGresult *res; snprintf(sql, sizeof(sql), "CLOSE c%u", cursor
Mailing lists >> pgsql-hackers >> Thread
2025-05-26 22:36:14 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)
cursor(PGconn *conn, unsigned int cursor_number, PGresult *res; snprintf(sql, sizeof(sql), "CLOSE c%u", cursor
Mailing lists >> pgsql-hackers >> Thread
2025-05-26 02:59:00 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)
cursor(ForeignScanState *node) /* * Get the result, and check for success. - * - * We don't use a PG_TRY block
Mailing lists >> pgsql-hackers >> Thread
2025-05-25 22:53:17 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)
CURSOR_NAME), errmsg("cursor \"%s\" does not exist", curname))); @@ -793,13 +792,13 @@ dblink_record