Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb99a3a7

Browse files
committed
Rename to USE_PGTZ to match code.
1 parenta640845 commitb99a3a7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12015,7 +12015,7 @@ LIBOBJS="$LIBOBJS pipe.$ac_objext"
1201512015
LIBOBJS="$LIBOBJS rand.$ac_objext"
1201612016

1201712017
cat >>confdefs.h <<\_ACEOF
12018-
#definePGTZ 1
12018+
#defineUSE_PGTZ 1
1201912019
_ACEOF
1202012020

1202112021
PGTZ=yes
@@ -18613,7 +18613,7 @@ s,@python_includespec@,$python_includespec,;t t
1861318613
s,@python_libspec@,$python_libspec,;t t
1861418614
s,@LIBOBJS@,$LIBOBJS,;t t
1861518615
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
18616-
s,@PGTZ@,$PGTZ,;t t
18616+
s,@USE_PGTZ@,$USE_PGTZ,;t t
1861718617
s,@acx_pthread_config@,$acx_pthread_config,;t t
1861818618
s,@PTHREAD_CC@,$PTHREAD_CC,;t t
1861918619
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t

‎configure.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.341 2004/04/3004:31:51 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.342 2004/04/3015:01:25 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -894,10 +894,10 @@ AC_LIBOBJ(gettimeofday)
894894
AC_LIBOBJ(open)
895895
AC_LIBOBJ(pipe)
896896
AC_LIBOBJ(rand)
897-
AC_DEFINE(PGTZ, 1,
897+
AC_DEFINE(USE_PGTZ, 1,
898898
[Define to 1 to use our own timezone library])
899899
PGTZ=yes
900-
AC_SUBST(PGTZ) ;;
900+
AC_SUBST(USE_PGTZ) ;;
901901
esac
902902

903903
# Win32 can't to rename or unlink on an open file

‎src/Makefile.global.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.179 2004/04/3004:31:52 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.180 2004/04/3015:01:25 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -147,11 +147,11 @@ TK_LIBS= @TK_LIBS@
147147
TK_LIB_SPEC= @TK_LIB_SPEC@
148148
TK_XINCLUDES= @TK_XINCLUDES@
149149

150+
USE_PGTZ= @USE_PGTZ@
151+
150152
PTHREAD_CFLAGS= @PTHREAD_CFLAGS@
151153
PTHREAD_LIBS= @PTHREAD_LIBS@
152154

153-
PGTZ= @PGTZ@
154-
155155
have_docbook= @have_docbook@
156156
DOCBOOKSTYLE= @DOCBOOKSTYLE@
157157
COLLATEINDEX= @COLLATEINDEX@

‎src/include/pg_config.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,6 @@
575575
/* Define to the version of this package. */
576576
#undef PACKAGE_VERSION
577577

578-
/* Define to 1 to use our own timezone library */
579-
#undef PGTZ
580-
581578
/* Define to the name of the PostgreSQL service principal in Kerberos.
582579
(--with-krb-srvnam=NAME) */
583580
#undef PG_KRB_SRVNAM
@@ -618,6 +615,9 @@
618615
/* Define to 1 to build with PAM support. (--with-pam) */
619616
#undef USE_PAM
620617

618+
/* Define to 1 to use our own timezone library */
619+
#undef USE_PGTZ
620+
621621
/* Define to 1 to build with Rendezvous support. (--with-rendezvous) */
622622
#undef USE_RENDEZVOUS
623623

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp