Changes between Version 71 and Version 72 of DevWikiWinMingW64


Ignore:
Timestamp:
Dec 10, 2011, 12:12:41 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v71 v72  
    208208}}}
    209209== 8. Compiling PostgreSQL ==
    210 The patches to get PostgreSQL 9.0,9.1 to compile under MingW64 were not introduced into the code base until after 9.0.3 and 9.1Alpha5.  With that said, as of this writing, you need to use the sources from:
    211 http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1)
    212 
    213 Or install Tortoise GIT and download from PostgreSQL Git repository
    214 http://code.google.com/p/tortoisegit/downloads/list
    215 
     210Download source from:
     211[http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2]
    216212
    217213== 7a. Building PostgreSQL 9.1 ===
     
    223219{{{
    224220cd postgresql
    225 tar -xvjf postgresql-snapshot.tar.bz2
     221tar -xvjf postgresql-9.1.2.tar.bz2
    226222cd postgresql-snapshot
    227223 ./configure --prefix=/c/projects/pg/pg91dev \