mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Compare commits
3 Commits
mostafa_bu
...
mostafa_te
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97e0ee4c2e | ||
|
|
aa6638107d | ||
|
|
5b038813eb |
@@ -1,4 +1,4 @@
|
||||
FROM cimg/rust:1.79.0
|
||||
FROM cimg/rust:1.81.0
|
||||
COPY --from=sclevine/yj /bin/yj /bin/yj
|
||||
RUN /bin/yj -h
|
||||
RUN sudo apt-get update && \
|
||||
|
||||
@@ -1331,7 +1331,7 @@ where
|
||||
self.buffer_describe(message).await?;
|
||||
}
|
||||
|
||||
// Execute
|
||||
// Execute2
|
||||
// Execute a prepared statement prepared in `P` and bound in `B`.
|
||||
'E' => {
|
||||
self.extended_protocol_data_buffer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM rust:bullseye
|
||||
FROM rust:1.81.0-slim-bookworm
|
||||
|
||||
COPY --from=sclevine/yj /bin/yj /bin/yj
|
||||
RUN /bin/yj -h
|
||||
|
||||
Reference in New Issue
Block a user