Setup System_Stats extention on Windows

Поиск
Список
Период
Сортировка
От Mohamed Raafat
Тема Setup System_Stats extention on Windows
Дата
Msg-id CAF_Ap-Y1_+o_vOoxWWmidCnTStsvnExTdrEfpGhjpQrkiek69w@mail.gmail.com
обсуждение исходный текст
Список pgsql-admin
Hello, 
I'm new to Postgres and pgAdmin. 

I am trying to build the "Postgres System Stats extension". First, I've set PG_INCLUDE_DIR and PG_LIB_DIR environment variables as follows: 
                 PG_INCLUDE_DIR=C:\Program Files\PostgreSQL\15\include
                 PG_LIB_DIR=C:\Program Files\PostgreSQL\15\lib

 But when I build it on Windows cmd using the command: msbuild system_stats.vcxproj /p:configuration=debug,
 it gives me the following error: 'fatal error C1083: Cannot open include file: 'postgres.h': No such file or directory'.
 I've found that file: 'postgres.h' exists already on my path: C:\Program Files\PostgreSQL\15\include\server.

Thanks, 
Mohamed



Sender notified by
Mailtrack
14/03/23, 01:45:54

В списке pgsql-admin по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: Tooling for per table autovacuum tuning
Следующее
От: "James Pang (chaolpan)"
Дата:
Сообщение: Oracle characterset and collation to Postgresql