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

Update Travis CI and copyrights#55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sokolcati wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromPGPRO-11422
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,9 @@ notifications:
on_failure: always

env:
- PG_VERSION=17 LEVEL=nightmare
- PG_VERSION=17 LEVEL=hardcore
- PG_VERSION=17
- PG_VERSION=16 LEVEL=nightmare
- PG_VERSION=16 LEVEL=hardcore
- PG_VERSION=16
Expand All@@ -42,9 +45,12 @@ env:
# XXX: consider fixing nightmare mode
matrix:
allow_failures:
- env: PG_VERSION=11
- env: PG_VERSION=11 LEVEL=hardcore
- env: PG_VERSION=11 LEVEL=nightmare
- env: PG_VERSION=12 LEVEL=nightmare
- env: PG_VERSION=13 LEVEL=nightmare
- env: PG_VERSION=14 LEVEL=nightmare
- env: PG_VERSION=15 LEVEL=nightmare
- env: PG_VERSION=16 LEVEL=nightmare
- env: PG_VERSION=17 LEVEL=nightmare
2 changes: 1 addition & 1 deletionLICENSE
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
pg_variables is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.

Copyright (c) 2016-2022, Postgres Professional
Copyright (c) 2016-2024, Postgres Professional
Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
3 changes: 2 additions & 1 deletiondocker-compose.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
tests:
services:
tests:
build: .
2 changes: 1 addition & 1 deletionpg_variables.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
* pg_variables.c
* Functions, which get or set variables values
*
* Copyright (c) 2015-2022, Postgres Professional
* Copyright (c) 2015-2024, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletionpg_variables.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
* pg_variables.c
* exported definitions for pg_variables.c
*
* Copyright (c) 2015-2022, Postgres Professional
* Copyright (c) 2015-2024, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletionpg_variables_record.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
* pg_variables_record.c
* Functions to work with record types
*
* Copyright (c) 2015-2022, Postgres Professional
* Copyright (c) 2015-2024, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletionrun_tests.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# Copyright (c) 2018-2022, Postgres Professional
# Copyright (c) 2018-2024, Postgres Professional
#
# supported levels:
#* standard
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp