We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845cc1d commit bd5364dCopy full SHA for bd5364d
src/scan/postgres_scan.cpp
@@ -20,8 +20,8 @@ extern "C" {
20
namespace pgduckdb {
21
22
/*
23
- * Currently, it is dedicated to converting JSON and LIST types to manage memory recycling. Its lifetime matches that of
24
- * the PostgreSQL scan global state. The global lock must be held when accessing this context.
+ * Currently, it is used for memory recycling during JSON and LIST type conversions. Its lifetime matches that of the
+ * PostgreSQL scan global state. The global lock must be held when accessing this context.
25
*/
26
MemoryContext duckdb_pg_scan_memory_ctx;
27
0 commit comments