On Wed, 13 Jul 2022 20:26:14 +0530 Alvaro Herrera
wrote ---
On 2022-Jul-11, Gaddam Sai Ram wrote:
> Even we don't have any problem when we run commands via
> terminal. Problem occurs only when we run as a part of script.
It must be a problem induced by the shell used t
Hi team,
We are using a script to install Postgres from source, the script works
fine in ubuntu and Mac(intel) but mostly fails(works sometimes) in Mac M1.
Configure and make world works fine. But fails during make install-world.
/Applications/Xcode.app/Contents/Developer/usr/bin/mak
textSwitchTo(old_context);
dsm_pin_mapping(segment);
dsa_pin_mapping(area);
PROC_DSA_AREA = area;
Thank you,
G. Sai Ram
On Wed, 24 Jan 2018 13:53:52 +0530 Thomas Munro
<thomas.mu...@enterprisedb.com> wrote
On Wed, Jan 24, 2018 at 8:37 PM, Gaddam Sai Ram
<g
Hello people,
We are trying to build an in-memory index in postgres using
dsa.
Here is how we implemented dsa part.
We have PROC_DSA_AREA global variable(Process specific DSA Pointer)
We have a piece of traditional postgres shared memory to store dsa_handle
Each process t