Log Message:
-----------
When expanding %p in archive_command or restore_command, translate
slashes to backslashes #ifdef WIN32.  This is to cope with the fact
that Windows seems exceedingly unfriendly to slashes in shell commands,
as per recent discussion.

Modified Files:
--------------
    pgsql-server/src/backend/access/transam:
        xlog.c (r1.157 -> r1.158)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xlog.c.diff?r1=1.157&r2=1.158)
    pgsql-server/src/backend/postmaster:
        pgarch.c (r1.5 -> r1.6)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/postmaster/pgarch.c.diff?r1=1.5&r2=1.6)

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to