File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
- perl win32build.pl " C:\Program Files\PostgresProEnterprise\10 " " C:\projects\pgwininstall2\ pgwininstall\builddir\postgresql\postgresql- 10.3 \src"
1
+ perl win32build.pl " C:\PgProject\pgwininstall-ee\builddir\distr_X64_10.4.1\postgresql " " C:\PgProject\ pgwininstall-ee \builddir\postgresql\postgrespro-enterprise- 10.4.1 \src"
Original file line number Diff line number Diff line change 191
191
<ClCompile Include =" ..\src\utils\parray.c" />
192
192
<ClCompile Include =" ..\src\utils\pgut.c" />
193
193
<ClCompile Include =" ..\src\validate.c" />
194
+ <ClCompile Include =" ..\src\utils\json.c" />
195
+ <ClCompile Include =" ..\src\utils\thread.c" />
194
196
</ItemGroup >
195
197
<ItemGroup >
196
198
<ClInclude Include =" @PGSRC@\bin\pg_basebackup\receivelog.h" />
202
204
<ClInclude Include =" ..\src\utils\logger.h" />
203
205
<ClInclude Include =" ..\src\utils\parray.h" />
204
206
<ClInclude Include =" ..\src\utils\pgut.h" />
207
+ <ClCompile Include =" ..\src\utils\json.h" />
208
+ <ClCompile Include =" ..\src\utils\thread.h" />
205
209
</ItemGroup >
206
210
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
207
211
<ImportGroup Label =" ExtensionTargets" >
Original file line number Diff line number Diff line change 190
190
<ClCompile Include =" ..\src\utils\parray.c" />
191
191
<ClCompile Include =" ..\src\utils\pgut.c" />
192
192
<ClCompile Include =" ..\src\validate.c" />
193
+ <ClCompile Include =" ..\src\utils\json.c" />
194
+ <ClCompile Include =" ..\src\utils\thread.c" />
193
195
</ItemGroup >
194
196
<ItemGroup >
195
197
<ClInclude Include =" @PGSRC@\bin\pg_basebackup\receivelog.h" />
200
202
<ClInclude Include =" ..\src\utils\logger.h" />
201
203
<ClInclude Include =" ..\src\utils\parray.h" />
202
204
<ClInclude Include =" ..\src\utils\pgut.h" />
205
+ <ClCompile Include =" ..\src\utils\json.h" />
206
+ <ClCompile Include =" ..\src\utils\thread.h" />
203
207
</ItemGroup >
204
208
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
205
209
<ImportGroup Label =" ExtensionTargets" >
Original file line number Diff line number Diff line change 12
12
pthread_t main_tid = 0 ;
13
13
14
14
#ifdef WIN32
15
+ #include <errno.h>
15
16
16
17
typedef struct win32_pthread
17
18
{
Original file line number Diff line number Diff line change 11
11
#define PROBACKUP_THREAD_H
12
12
13
13
#ifdef WIN32
14
+ #include "postgres_fe.h"
14
15
#include "port/pthread-win32.h"
15
16
16
17
/* Use native win32 threads on Windows */
You can’t perform that action at this time.
0 commit comments