Dmitry Koval
Dmitry Koval
Unfortunately I don't have RHEL. I tried to repeat a problem on current branch REL_10_STABLE (PostgreSQL 10.19) under Windows 10 Pro (21H2 19044.1466) and under Ubuntu 20.04.3 LTS: 1) PostgreSQL...
Hi, errstart_cold was introduced in pg14 but you're creating the extension for pg13. Do you have pg14 (or more recent) installed? One usual issue is getting a different pg_config. Could...
Hi! Unfortunately I can't reproduce this problem. I created directory "builds" and then: 1) Commands inside directory "builds": ``` git clone git://git.postgresql.org/git/postgresql.git git clone https://github.com/postgrespro/pg_pathman ``` 2) Commands inside "postgresql"...
Hi! Unfortunately I don't have your configuration Red Hat 8.3.1-5, gcc 8.3.1. I tried to see problem on my Ubuntu 22.04 + gcc-11. I created directory "builds" and then: 1)...