0003-fixup-Add-UPDATE-DELETE-FOR-PORTION-OF.patch
text/plain
Filename: 0003-fixup-Add-UPDATE-DELETE-FOR-PORTION-OF.patch
Type: text/plain
Part: 2
Message:
Re: SQL:2011 application time
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 0003
Subject: fixup! Add UPDATE/DELETE FOR PORTION OF
| File | + | − |
|---|---|---|
| src/backend/utils/adt/meson.build | 1 | 0 |
From 94f46deacdeaa3dbac1d3988678981ac8cf5fa9a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter@eisentraut.org> Date: Mon, 8 May 2023 09:05:04 +0200 Subject: [PATCH 3/3] fixup! Add UPDATE/DELETE FOR PORTION OF --- src/backend/utils/adt/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/utils/adt/meson.build b/src/backend/utils/adt/meson.build index 8515cd9365..9deb26f953 100644 --- a/src/backend/utils/adt/meson.build +++ b/src/backend/utils/adt/meson.build @@ -65,6 +65,7 @@ backend_sources += files( 'oracle_compat.c', 'orderedsetaggs.c', 'partitionfuncs.c', + 'period.c', 'pg_locale.c', 'pg_lsn.c', 'pg_upgrade_support.c', -- 2.40.0