Skip to content

Commit d978512

Browse files
committed
Revert API change from PG 18beta1
The change is no longer in 18beta2
1 parent 00bba68 commit d978512

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pg_parquet/pg_parquet.0.4.0.patch

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ diff -ruN -x t pg_parquet-0.4.0/src/lib.rs pg_parquet-0.4.0.patched/src/lib.rs
4848
diff -ruN -x t pg_parquet-0.4.0/src/parquet_copy_hook/copy_to.rs pg_parquet-0.4.0.patched/src/parquet_copy_hook/copy_to.rs
4949
--- pg_parquet-0.4.0/src/parquet_copy_hook/copy_to.rs 2025-05-06 11:40:20
5050
+++ pg_parquet-0.4.0.patched/src/parquet_copy_hook/copy_to.rs 2025-07-02 15:57:40
51-
@@ -83,6 +83,7 @@
52-
CommandTag::CMDTAG_COPY,
53-
plans.as_ptr(),
54-
std::ptr::null_mut(),
55-
+ std::ptr::null_mut(),
56-
);
57-
58-
PortalStart(portal.as_ptr(), params.as_ptr(), 0, GetActiveSnapshot());
5951
@@ -96,7 +97,6 @@
6052
portal.as_ptr(),
6153
i64::MAX,

0 commit comments

Comments
 (0)