fastpath-ps.patch
application/octet-stream
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| src/backend/tcop/fastpath.c | 0 | 0 |
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index af58e4e..26cf042 100644
*** a/src/backend/tcop/fastpath.c
--- b/src/backend/tcop/fastpath.c
*************** HandleFunctionRequest(StringInfo msgBuf)
*** 303,308 ****
--- 303,310 ----
errmsg("current transaction is aborted, "
"commands ignored until end of transaction block")));
+ set_ps_display("FASTPATH", false);
+
/*
* Now that we know we are in a valid transaction, set snapshot in case
* needed by function itself or one of the datatype I/O routines.