Build Postgres On AIX

2022-05-31 Thread Mark Hill
Hi All, First time poster so I hope this is the appropriate group in which to ask this question. Please redirect me as needed. I'm building Postgres 14.2 on AIX. Apparently the arc4random function is not available in the AIX system libraries. The build fails when it tries to build postgres

RE: Build Postgres On AIX

2022-06-13 Thread Mark Hill
70042] DETAIL: Failed on request of size 8192 in memory context "ExprContext". 2022-06-13 23:20:12.911 EDT [15270042] STATEMENT: SELECT pg_import_system_collations('pg_catalog'); -Original Message- From: Tom Lane Sent: Tuesday, May 31, 2022 11:20 AM To: Mark Hi

How to Build NLS Files

2022-09-13 Thread Mark Hill
I'm building Postgres 14.5 on Windows and want to build the nls files that go in share/locale. According to this page I need the gettext software: Gettext is required to build with NLS support, and can be downloaded from http:

uuid-ossp source or binaries for Windows

2023-03-15 Thread Mark Hill
I've downloaded the PostgreSQL 14.7 source and building it on Windows 64bit and 32bit. I'm using the Visual Studio tools in the src/tools/msvc folder. I'm trying to build with the uuid extension but it looks like I need uuid-ossp installed in order to get it to work. The source download refere

RE: uuid-ossp source or binaries for Windows

2023-03-15 Thread Mark Hill
extension/uuid-ossp--unpackaged--1.0.sql /share/extension/uuid-ossp--1.0--1.1.sql I need a Windows-specific install of uuid-ossp for the Postgres build to use, for both 32bit and 64bit Windows. Thanks, Mark -Original Message- From: Daniel Gustafsson Sent: Wednesday, March 15, 2023

pg*.dll in psqlODBC have no version numbers

2023-09-27 Thread Mark Hill
We download the ODBC source from http://ftp.postgresql.org and build it on-site, 13.02. in this case. A colleague noticed that the following files in the psqlODBC MSI for Windows have no version numbers: pgenlist.dll pgenlista.dll pgxalib.dll Does anyone know if that is be design or just an

Postgres 12.21?

2024-11-05 Thread Mark Hill
Will there be a minor version update to Postgres 12 this Thursday, 11/7/24, going to version 12.21? Thanks, Mark