Aditya Kamath <[email protected]> writes: > Thank you very much for the support and guidance so far. Please find attached > v2 of the meson changes. (See: > 0001-Add-AIX-support-for-Postgresql-using-meson-build-too.patch)
Please, don't squash all of the changes under discussion into a single patch. We aren't likely to commit it like that, and merging different topics into one patch just makes it harder to review everything. In this case, it'd have been much better if you kept my changes from https://www.postgresql.org/message-id/[email protected] separate from the rest, so that it'd be easier to compare your work to the previous version 0001-Support-for-AIX.pg19.v11.patch. Also, please pretty please use systematic naming including a version number for new patches. It's far from obvious that 0001-Add-AIX-support-for-Postgresql-using-meson-build-too.patch is newer than 0001-Support-for-AIX.pg19.v11.patch. (If you're making the patch files with git format-patch, use "-v N".) regards, tom lane
