Re: Areas for Solaris support modernization

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Greg Burd" <greg@burd.me>
Cc: "PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>, "Thomas Munro" <thomas.munro@gmail.com>
Date: 2026-03-14T18:13:22Z
Lists: pgsql-hackers
"Greg Burd" <greg@burd.me> writes:
> That built fine and test-world passed.  I'll see if I can get the build-farm scripts to run against my local branch/changes to see if that too passes.  Fingers crossed.

Great.  I pushed the aclitemout patch I'd already written (which is
functionally the same as yours) and also the semaphore API change.
It's not clear to me where we are on the ps_status business though.
You indicated that patch wasn't resulting in the desired ps output
for you, so it seems like maybe more investigation is needed.

			regards, tom lane



Commits

  1. Switch the semaphore API on Solaris to unnamed POSIX.

  2. Fix aclitemout() to work during early bootstrap.