| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
| Cc: | Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Cirrus CI for macOS branches 16 and 15 broken |
| Date: | 2024-08-19 01:38:55 |
| Message-ID: | 1242579.1724031535@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> On Mon, Aug 19, 2024 at 12:51 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I'm not sure why the CI script should trigger that though. It
>> does do a couple of "port" calls without "sudo", but not in places
>> where the state should be only partially upgraded.
> Oooh, I think I see where we missed a sudo:
> if [ -n "$(port -q installed installed)" ] ; then
I wondered about that too, but you should still have a plain 2.9.3
installation at that point. AFAICT you'd only be at risk between
sudo port selfupdate
sudo port upgrade outdated
and there's nothing but a comment there.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2024-08-19 02:09:22 | Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) |
| Previous Message | Bruce Momjian | 2024-08-19 01:17:38 | Re: Feature Request: Extending PostgreSQL's Identifier Length Limit |