Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

fe-auth.c

  • Bruce Momjian's avatar
    12c94238
    Allow Win32 to compile under MinGW. Major changes are: · 12c94238
    Bruce Momjian authored
            Win32 port is now called 'win32' rather than 'win'
            add -lwsock32 on Win32
            make gethostname() be only used when kerberos4 is enabled
            use /port/getopt.c
            new /port/opendir.c routines
            disable GUC unix_socket_group on Win32
            convert some keywords.c symbols to KEYWORD_P to prevent conflict
            create new FCNTL_NONBLOCK macro to turn off socket blocking
            create new /include/port.h file that has /port prototypes, move
              out of c.h
            new /include/port/win32_include dir to hold missing include files
            work around ERROR being defined in Win32 includes
    12c94238
    History
    Allow Win32 to compile under MinGW. Major changes are:
    Bruce Momjian authored
            Win32 port is now called 'win32' rather than 'win'
            add -lwsock32 on Win32
            make gethostname() be only used when kerberos4 is enabled
            use /port/getopt.c
            new /port/opendir.c routines
            disable GUC unix_socket_group on Win32
            convert some keywords.c symbols to KEYWORD_P to prevent conflict
            create new FCNTL_NONBLOCK macro to turn off socket blocking
            create new /include/port.h file that has /port prototypes, move
              out of c.h
            new /include/port/win32_include dir to hold missing include files
            work around ERROR being defined in Win32 includes