Re: make install-world fails sometimes in Mac M1

2022-07-18 Thread Gaddam Sai Ram
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 to ru

make install-world fails sometimes in Mac M1

2022-07-04 Thread Gaddam Sai Ram
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.

Re: Help needed in using 'on_dsm_detach' callback

2018-01-31 Thread Gaddam Sai Ram
(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 gaddamsaira...@zohocorp.com wrote: Found

Help needed in using 'on_dsm_detach' callback

2018-01-23 Thread Gaddam Sai Ram
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