Fix for sunos4 difftime() call.

REL6_4
Bruce Momjian 29 years ago
parent 1d8bbfd2e7
commit 4e9e00cb68
  1. 2
      src/backend/utils/adt/timestamp.c

@ -7,7 +7,7 @@
#include "utils/builtins.h"
/* sunos doesn't have this function */
#if defined(sunos)
#if defined(sunos4)
#define difftime(time1,time0) ((time1) - (time0))
#endif

Loading…
Cancel
Save