Hi, On 2026-Apr-07, John Naylor wrote:
> mamba is failing with > > repack.c: In function 'initialize_change_context': > repack.c:2946:7: error: cast from pointer to integer of different size > [-Werror=pointer-to-int-cast] > 2946 | (Datum) NULL); > | ^ > cc1: all warnings being treated as errors Hmm, yeah that should have been "(Datum) 0". Pushed. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "The Postgresql hackers have what I call a "NASA space shot" mentality. Quite refreshing in a world of "weekend drag racer" developers." (Scott Marlowe)
