@@ -93,6 +93,8 @@ if(WIN32)
93
93
postgres/src/port/open.c
94
94
postgres/src/port/pgsleep.c
95
95
postgres/src/port/system.c
96
+ postgres/src/port/dirmod.c
97
+ postgres/src/port/win32common.c
96
98
postgres/src/port/win32error.c
97
99
postgres/src/port/win32ntdll.c
98
100
postgres/src/port/win32setlocale.c
@@ -120,10 +122,10 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/postgres)
120
122
message (STATUS "Downloading PostgreSQL source code" )
121
123
file (
122
124
DOWNLOAD
123
- "https://github.com/postgres/postgres/archive/refs/tags/REL_15_2 .tar.gz"
125
+ "https://github.com/postgres/postgres/archive/refs/tags/REL_15_13 .tar.gz"
124
126
${CMAKE_CURRENT_SOURCE_DIR} /pg.tar.gz
125
127
SHOW_PROGRESS
126
- EXPECTED_MD5 615ef3fa75d19c46d2dafd6c66ddb5f6
128
+ EXPECTED_MD5 106c54e53aca9395354a251eeea914c0
127
129
STATUS PG_DOWNLOAD_RESULT )
128
130
129
131
if (NOT PG_DOWNLOAD_RESULT EQUAL 0 )
@@ -137,7 +139,7 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/postgres)
137
139
${CMAKE_CURRENT_SOURCE_DIR} /postgres_tmp )
138
140
139
141
# Move out of root directory
140
- file (RENAME ${CMAKE_CURRENT_SOURCE_DIR} /postgres_tmp/postgres-REL_15_2
142
+ file (RENAME ${CMAKE_CURRENT_SOURCE_DIR} /postgres_tmp/postgres-REL_15_13
141
143
${CMAKE_CURRENT_SOURCE_DIR} /postgres )
142
144
143
145
# Remove the tmp directory
0 commit comments