fix_installed_targets.diff
application/octet-stream
Filename: fix_installed_targets.diff
Type: application/octet-stream
Part: 0
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 | + | − |
|---|---|---|
| meson.build | 2 | 0 |
diff --git a/meson.build b/meson.build index 5365aaf95e6..28706bcf3bb 100644 --- a/meson.build +++ b/meson.build @@ -3469,6 +3469,8 @@ installed_targets = [ backend_targets, bin_targets, libpq_st, + libpq_oauth_so, + libpq_oauth_st, pl_targets, contrib_targets, nls_mo_targets,