You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgres (pid: 97139) =# CREATE TABLE t (a int, b text) USING columnstore;
CREATE TABLE
postgres (pid: 97139) =# INSERT INTO t VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e');
INSERT 05
postgres (pid: 97139) =# EXPLAIN ANALYZE UPDATE t SET a = a + 1 WHERE b = 'a';
ERROR: (PGDuckDB/Duckdb_ExplainCustomScan) Executor Error: (PGDuckDB/DataFilesDelete) attempted to delete invisible tuple
OS:
Linux
pg_mooncake Version:
v0.1.0
Postgres Version:
17.0
Are you using pg_mooncake Docker, Neon, or the extension standalone?
pg_mooncake Docker Image
The text was updated successfully, but these errors were encountered:
What happens?
UPDATE
doesn't work withEXPLAIN ANALYZE
To Reproduce
OS:
Linux
pg_mooncake Version:
v0.1.0
Postgres Version:
17.0
Are you using pg_mooncake Docker, Neon, or the extension standalone?
pg_mooncake Docker Image
The text was updated successfully, but these errors were encountered: