mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 10:46:30 +00:00
Compare commits
3 Commits
mostafa_te
...
mostafa_ch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e299a2e71a | ||
|
|
00ac44427f | ||
|
|
147eba52c0 |
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.81.0-slim-bookworm AS builder
|
FROM rust:1.79.0-slim-bookworm AS builder
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y build-essential
|
apt-get install -y build-essential
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM cimg/rust:1.81.0
|
FROM cimg/rust:1.79.0
|
||||||
COPY --from=sclevine/yj /bin/yj /bin/yj
|
COPY --from=sclevine/yj /bin/yj /bin/yj
|
||||||
RUN /bin/yj -h
|
RUN /bin/yj -h
|
||||||
RUN sudo apt-get update && \
|
RUN sudo apt-get update && \
|
||||||
|
|||||||
@@ -1331,7 +1331,7 @@ where
|
|||||||
self.buffer_describe(message).await?;
|
self.buffer_describe(message).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Execute2
|
// Execute
|
||||||
// Execute a prepared statement prepared in `P` and bound in `B`.
|
// Execute a prepared statement prepared in `P` and bound in `B`.
|
||||||
'E' => {
|
'E' => {
|
||||||
self.extended_protocol_data_buffer
|
self.extended_protocol_data_buffer
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.81.0-slim-bookworm
|
FROM rust:bullseye
|
||||||
|
|
||||||
COPY --from=sclevine/yj /bin/yj /bin/yj
|
COPY --from=sclevine/yj /bin/yj /bin/yj
|
||||||
RUN /bin/yj -h
|
RUN /bin/yj -h
|
||||||
|
|||||||
Reference in New Issue
Block a user