Skip to content

Commit bd5364d

Browse files
author
Yuwei Xiao
committed
better comment
1 parent 845cc1d commit bd5364d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scan/postgres_scan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ extern "C" {
2020
namespace pgduckdb {
2121

2222
/*
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.
23+
* Currently, it is used for memory recycling during JSON and LIST type conversions. Its lifetime matches that of the
24+
* PostgreSQL scan global state. The global lock must be held when accessing this context.
2525
*/
2626
MemoryContext duckdb_pg_scan_memory_ctx;
2727

0 commit comments

Comments
 (0)