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

Commit2f82e00

Browse files
committed
Merge branch 'pgmaster' into logical_twophase
2 parents9003c9f +90992e0 commit2f82e00

File tree

1,720 files changed

+24500
-10268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,720 files changed

+24500
-10268
lines changed

‎COPYRIGHT‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

‎configure‎

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# Copyright (c) 1996-2016, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2017, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1624,7 +1624,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16241624
This configure script is free software; the Free Software Foundation
16251625
gives unlimited permission to copy, distribute and modify it.
16261626
1627-
Copyright (c) 1996-2016, PostgreSQL Global Development Group
1627+
Copyright (c) 1996-2017, PostgreSQL Global Development Group
16281628
_ACEOF
16291629
exit
16301630
fi
@@ -9055,6 +9055,62 @@ if test "$ac_res" != no; then :
90559055

90569056
fi
90579057

9058+
{$as_echo"$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime">&5
9059+
$as_echo_n"checking for library containing clock_gettime...">&6; }
9060+
if${ac_cv_search_clock_gettime+:}false;then:
9061+
$as_echo_n"(cached)">&6
9062+
else
9063+
ac_func_search_save_LIBS=$LIBS
9064+
cat confdefs.h -<<_ACEOF >conftest.$ac_ext
9065+
/* end confdefs.h. */
9066+
9067+
/* Override any GCC internal prototype to avoid an error.
9068+
Use char because int might match the return type of a GCC
9069+
builtin and then its argument prototype would still apply. */
9070+
#ifdef __cplusplus
9071+
extern "C"
9072+
#endif
9073+
char clock_gettime ();
9074+
int
9075+
main ()
9076+
{
9077+
return clock_gettime ();
9078+
;
9079+
return 0;
9080+
}
9081+
_ACEOF
9082+
forac_libin'' rt posix4;do
9083+
iftest -z"$ac_lib";then
9084+
ac_res="none required"
9085+
else
9086+
ac_res=-l$ac_lib
9087+
LIBS="-l$ac_lib$ac_func_search_save_LIBS"
9088+
fi
9089+
if ac_fn_c_try_link"$LINENO";then:
9090+
ac_cv_search_clock_gettime=$ac_res
9091+
fi
9092+
rm -f core conftest.err conftest.$ac_objext \
9093+
conftest$ac_exeext
9094+
if${ac_cv_search_clock_gettime+:}false;then:
9095+
break
9096+
fi
9097+
done
9098+
if${ac_cv_search_clock_gettime+:}false;then:
9099+
9100+
else
9101+
ac_cv_search_clock_gettime=no
9102+
fi
9103+
rm conftest.$ac_ext
9104+
LIBS=$ac_func_search_save_LIBS
9105+
fi
9106+
{$as_echo"$as_me:${as_lineno-$LINENO}: result:$ac_cv_search_clock_gettime">&5
9107+
$as_echo"$ac_cv_search_clock_gettime">&6; }
9108+
ac_res=$ac_cv_search_clock_gettime
9109+
iftest"$ac_res"!= no;then:
9110+
test"$ac_res" ="none required"|| LIBS="$ac_res$LIBS"
9111+
9112+
fi
9113+
90589114
# Solaris:
90599115
{$as_echo"$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync">&5
90609116
$as_echo_n"checking for library containing fdatasync...">&6; }
@@ -12520,7 +12576,7 @@ fi
1252012576
LIBS_including_readline="$LIBS"
1252112577
LIBS=`echo"$LIBS"| sed -e's/-ledit//g' -e's/-lreadline//g'`
1252212578

12523-
forac_funcin cbrt dlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l
12579+
forac_funcin cbrtclock_gettimedlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l
1252412580
do:
1252512581
as_ac_var=`$as_echo"ac_cv_func_$ac_func"|$as_tr_sh`
1252612582
ac_fn_c_check_func"$LINENO""$ac_func""$as_ac_var"

‎configure.in‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
2424
recommended. You can remove the check from 'configure.in' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2017, PostgreSQL Global Development Group])
2727
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2828
AC_CONFIG_AUX_DIR(config)
2929
AC_PREFIX_DEFAULT(/usr/local/pgsql)
@@ -1016,6 +1016,7 @@ AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
10161016
AC_SEARCH_LIBS(crypt, crypt)
10171017
AC_SEARCH_LIBS(shm_open, rt)
10181018
AC_SEARCH_LIBS(shm_unlink, rt)
1019+
AC_SEARCH_LIBS(clock_gettime, [rt posix4])
10191020
# Solaris:
10201021
AC_SEARCH_LIBS(fdatasync, [rt posix4])
10211022
# Required for thread_test.c on Solaris
@@ -1415,7 +1416,7 @@ PGAC_FUNC_WCSTOMBS_L
14151416
LIBS_including_readline="$LIBS"
14161417
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
14171418

1418-
AC_CHECK_FUNCS([cbrt dlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l])
1419+
AC_CHECK_FUNCS([cbrtclock_gettimedlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l])
14191420

14201421
AC_REPLACE_FUNCS(fseeko)
14211422
case $host_os in

‎contrib/adminpack/adminpack.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* adminpack.c
44
*
55
*
6-
* Copyright (c) 2002-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2017, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
99
*

‎contrib/auth_delay/auth_delay.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* auth_delay.c
44
*
5-
* Copyright (c) 2010-2016, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2017, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
*contrib/auth_delay/auth_delay.c

‎contrib/auto_explain/auto_explain.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* auto_explain.c
44
*
55
*
6-
* Copyright (c) 2008-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/auto_explain/auto_explain.c

‎contrib/bloom/blcost.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blcost.c
44
*Cost estimate function for bloom indexes.
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blcost.c

‎contrib/bloom/blinsert.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blinsert.c
44
*Bloom index build and insert functions.
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blinsert.c

‎contrib/bloom/bloom.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* bloom.h
44
* Header for bloom index.
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/bloom.h

‎contrib/bloom/blscan.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blscan.c
44
*Bloom index scan functions.
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blscan.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp