Re: AIX support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX support
Date
Msg-id 513631.1770045540@sss.pgh.pa.us
Whole thread Raw
In response to RE: AIX support  (Aditya Kamath <Aditya.Kamath1@ibm.com>)
Responses RE: AIX support
List pgsql-hackers
Aditya Kamath <Aditya.Kamath1@ibm.com> 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/1694571.1769736080@sss.pgh.pa.us
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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Fix pg_stat_get_backend_wait_event() for aux processes
Next
From: Álvaro Herrera
Date:
Subject: Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts