Re: Compiling on Termux - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compiling on Termux
Date
Msg-id 7177.1545432712@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compiling on Termux  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: Compiling on Termux
List pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> On Sat, Dec 22, 2018 at 9:19 AM David Fetter <david@fetter.org> wrote:
>> I don't know precisely how it's going to play with Postgres, but
>> Termux does supply a Postgres in its native packages.  That package
>> appears to work, at least in the single-connection case, so they're
>> doing something somehow to get it up and running.

> They use libandroid-shmem which emulates SysV shmem.

Interesting.  I wonder how well it emulates the aspect we actually
care about, ie counting the number of attached processes correctly ...

            regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Compiling on Termux
Next
From: David Rowley
Date:
Subject: Re: ATTACH/DETACH PARTITION CONCURRENTLY