Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7d6f37b8
Commit
7d6f37b8
authored
Apr 30, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable use of our own timezone library for Win32.
parent
4a73eb5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
configure
configure
+6
-1
configure.in
configure.in
+4
-2
src/include/pg_config.h.in
src/include/pg_config.h.in
+3
-0
No files found.
configure
View file @
7d6f37b8
...
@@ -12012,7 +12012,12 @@ LIBOBJS="$LIBOBJS copydir.$ac_objext"
...
@@ -12012,7 +12012,12 @@ LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS
=
"
$LIBOBJS
gettimeofday.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
gettimeofday.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
open.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
open.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
pipe.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
pipe.
$ac_objext
"
LIBOBJS
=
"
$LIBOBJS
rand.
$ac_objext
"
;;
LIBOBJS
=
"
$LIBOBJS
rand.
$ac_objext
"
cat
>>
confdefs.h
<<
\
_ACEOF
#define PGTZ 1
_ACEOF
;;
esac
esac
# Win32 can't to rename or unlink on an open file
# Win32 can't to rename or unlink on an open file
...
...
configure.in
View file @
7d6f37b8
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.3
39 2004/04/27 20:09:27
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.3
40 2004/04/30 04:18:28
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -893,7 +893,9 @@ AC_LIBOBJ(copydir)
...
@@ -893,7 +893,9 @@ AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(open)
AC_LIBOBJ(open)
AC_LIBOBJ(pipe)
AC_LIBOBJ(pipe)
AC_LIBOBJ(rand) ;;
AC_LIBOBJ(rand)
AC_DEFINE(PGTZ, 1,
[Define to 1 to use our own timezone library]) ;;
esac
esac
# Win32 can't to rename or unlink on an open file
# Win32 can't to rename or unlink on an open file
...
...
src/include/pg_config.h.in
View file @
7d6f37b8
...
@@ -575,6 +575,9 @@
...
@@ -575,6 +575,9 @@
/* Define to the version of this package. */
/* Define to the version of this package. */
#undef PACKAGE_VERSION
#undef PACKAGE_VERSION
/* Define to 1 to use our own timezone library */
#undef PGTZ
/* Define to the name of the PostgreSQL service principal in Kerberos.
/* Define to the name of the PostgreSQL service principal in Kerberos.
(--with-krb-srvnam=NAME) */
(--with-krb-srvnam=NAME) */
#undef PG_KRB_SRVNAM
#undef PG_KRB_SRVNAM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment