Skip to content

Commit 9926798

Browse files
committed
Add updating notes
1 parent 6eeeb98 commit 9926798

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ All prebuilt libraries are available in the php-libs
2323
- for x64 add `CPU=AMD64`
2424
- for vc11 (PHP 5.6) builds **only**, add `NOCFG=1`
2525

26+
# Updating postgresql
27+
28+
- Download the respective source package from https://www.postgresql.org/ftp/source/
29+
- Replace all files in the repo except README.md and postgresql-9.6.patch with the downloaded sources
30+
- `cd src\tools\msvc`
31+
- run `build libpq` in x86 and x64 environment (requires Perl), and compare src\include\pg_config.h.win32 with the generated src\include\pg_config.h, and update the former accordingly.

0 commit comments

Comments
 (0)