0011-review-comments-20221105.patch
text/x-patch
Filename: 0011-review-comments-20221105.patch
Type: text/x-patch
Part: 10
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: format-patch
Series: patch 0011
Subject: review comments
| File | + | − |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | 1 | 1 |
From 7dc6a085df2ed0f365a7336fe9d172546ec65c2b Mon Sep 17 00:00:00 2001 From: Tomas Vondra <tomas.vondra@postgresql.org> Date: Sat, 5 Nov 2022 13:29:44 +0100 Subject: [PATCH 11/15] review comments --- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 85ec940fd06..04f6e705651 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -4873,7 +4873,7 @@ getVariables(Archive *fout) /* * dumpVariable - * dump the definition of the given variables + * dump the definition of the given session variable */ static void dumpVariable(Archive *fout, const VariableInfo *varinfo) -- 2.38.1