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

Commita23de3d

Browse files
authored
Merge pull request#134 from postgrespro/PGPRO-11422
Add check in Travis CI and update copyrights.
2 parents6a065fd +331863c commita23de3d

20 files changed

+26
-19
lines changed

‎.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ notifications:
2323
on_failure:always
2424

2525
env:
26+
-PG_VERSION=17
27+
-PG_VERSION=17 LEVEL=hardcore
2628
-PG_VERSION=16
2729
-PG_VERSION=16 LEVEL=hardcore
2830
-PG_VERSION=15
@@ -35,3 +37,8 @@ env:
3537
-PG_VERSION=12 LEVEL=hardcore
3638
-PG_VERSION=11
3739
-PG_VERSION=11 LEVEL=hardcore
40+
41+
matrix:
42+
allow_failures:
43+
-env:PG_VERSION=11
44+
-env:PG_VERSION=11 LEVEL=hardcore

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RUM is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.
22

3-
Portions Copyright (c) 2015-2019, Postgres Professional
3+
Portions Copyright (c) 2015-2024, Postgres Professional
44
Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
55
Portions Copyright (c) 1994, The Regents of the University of California
66

‎src/disable_core_macro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* disable_core_macro.h
44
* Support including tuplesort.c from postgresql core code.
55
*
6-
* Copyright (c) 2022, Postgres Professional
6+
* Copyright (c) 2022-2024, Postgres Professional
77
*
88
*-------------------------------------------------------------------------
99
*/

‎src/rum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum.h
44
* Exported definitions for RUM index.
55
*
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2024, Postgres Professional
77
* Portions Copyright (c) 2006-2022, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

‎src/rum_arr_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum_arr_utils.c
44
*various anyarray-search functions
55
*
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2024, Postgres Professional
77
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

‎src/rum_ts_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum_ts_utils.c
44
*various text-search functions
55
*
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2024, Postgres Professional
77
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

‎src/rumbtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumbulk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* routines for fast build of inverted index
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumdatapage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumentrypage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* fetch tuples from a RUM scan.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/ruminsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insert routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* routines to manage scans of inverted index relations
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumsort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* src/backend/utils/sort/tuplesort.c.
99
*
1010
*
11-
* Portions Copyright (c) 2015-2022, Postgres Professional
11+
* Portions Copyright (c) 2015-2024, Postgres Professional
1212
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*

‎src/rumsort.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* It contains copy of static functions from
88
* src/backend/utils/sort/tuplesort.c.
99
*
10-
* Portions Copyright (c) 2015-2021, Postgres Professional
10+
* Portions Copyright (c) 2015-2024, Postgres Professional
1111
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*

‎src/rumtsquery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rumtsquery.c
44
*Inverted fulltext search: indexing tsqueries.
55
*
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2024, Postgres Professional
77
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

‎src/rumutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumvacuum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* delete & vacuum routines for the postgres RUM
55
*
66
*
7-
* Portions Copyright (c) 2015-2022, Postgres Professional
7+
* Portions Copyright (c) 2015-2024, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

‎src/rumvalidate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rumvalidate.c
44
* Opclass validator for RUM.
55
*
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2024, Postgres Professional
77
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*

‎travis/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
#
4-
# Copyright (c) 2019, Postgres Professional
4+
# Copyright (c) 2019-2024, Postgres Professional
55
#
66
# supported levels:
77
#* standard

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp