mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
A few more sparc_solaris cleanups from keith parks
This commit is contained in:
@@ -9,9 +9,11 @@
|
|||||||
#define BLCKSZ 8192
|
#define BLCKSZ 8192
|
||||||
|
|
||||||
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
|
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
|
||||||
|
#if !defined(sparc_solaris)
|
||||||
#ifndef MAXPATHLEN
|
#ifndef MAXPATHLEN
|
||||||
#define MAXPATHLEN 80
|
#define MAXPATHLEN 80
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* !defined(sparc_solaris) */
|
||||||
|
|
||||||
#define HAVE_MEMMOVE
|
#define HAVE_MEMMOVE
|
||||||
|
|
||||||
@@ -62,7 +64,7 @@
|
|||||||
# define NEED_UNION_SEMUN
|
# define NEED_UNION_SEMUN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(sparc)
|
#if defined(sparc) && !defined(sparc_solaris)
|
||||||
# define USE_POSIX_TIME
|
# define USE_POSIX_TIME
|
||||||
# undef HAVE_MEMMOVE
|
# undef HAVE_MEMMOVE
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user