diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-01-23 12:15:21 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-01-23 12:16:37 +0100 |
commit | 4b4b3467ee36d11b6bf791731532ab962b0379be (patch) | |
tree | 67af4f117d540b099a333fb71479c99875f47aaa /src/backend/utils/adt/jsonfuncs.c | |
parent | 21ef4d4d897563adb2f7920ad53b734950f1e0a4 (diff) | |
download | postgresql-4b4b3467ee36d11b6bf791731532ab962b0379be.tar.gz postgresql-4b4b3467ee36d11b6bf791731532ab962b0379be.zip |
meson: portname was set too early
portname is set to host_system, but host_system might still be changed
later in the file. As a consequence, platforms where host_system is
changed later wouldn't find some of their platform-specific files
(driven by portname), and the build would fail. Move the assignment
of portname further down after the last change of host_system (but
before further overriding assignments to portname).
Discussion: https://www.postgresql.org/message-id/flat/CAC7zN94TdsHhY88XkroJzSMx7E%3DBQpV9LKKjNSEnTM04ihoWCA%40mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions