mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Update copyright for 2023
Backpatch-through: 11
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg compatibility library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/compatlib/Makefile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_compat_sources = files(
|
||||
'informix.c',
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/ecpglib/Makefile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpglib_sources = files(
|
||||
'connect.c',
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('ecpglib' + '6' + '-' + pg_version_major.to_string())
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_inc = include_directories('.')
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_targets = []
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg pgtypes library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/pgtypeslib/Makefile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_pgtypes_sources = files(
|
||||
'common.c',
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/interfaces/ecpg/preproc
|
||||
#
|
||||
# Copyright (c) 1998-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 1998-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/interfaces/ecpg/preproc/Makefile
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
||||
* by the PG_KEYWORD macro, which is not defined in this file; it can
|
||||
* be defined by the caller for special purposes.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/ecpg/preproc/c_kwlist.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
# test parser generator for ecpg
|
||||
# call with backend grammar as stdin
|
||||
#
|
||||
# Copyright (c) 2009-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2009-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# Written by Michael Meskes <meskes@postgresql.org>
|
||||
# Andy Colson <andy@squeakycode.net>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/interfaces/ecpg/preproc/ecpg.c */
|
||||
|
||||
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
||||
/* Copyright (c) 1996-2022, PostgreSQL Global Development Group */
|
||||
/* Copyright (c) 1996-2023, PostgreSQL Global Development Group */
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* by the PG_KEYWORD macro, which is not defined in this file; it can
|
||||
* be defined by the caller for special purposes.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/ecpg/preproc/ecpg_kwlist.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
* lexical token lookup for key words in PostgreSQL
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_sources = files(
|
||||
'../ecpglib/typename.c',
|
||||
|
@ -3,7 +3,7 @@
|
||||
# parser generator for ecpg version 2
|
||||
# call with backend parser as stdin
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# Written by Mike Aubury <mike.aubury@aubit.com>
|
||||
# Michael Meskes <meskes@postgresql.org>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* This file will need work if we ever want it to.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -10,7 +10,7 @@
|
||||
* only here to simplify syncing this file with scan.l.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('ecpg-' + pg_version_major.to_string())
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'charfuncs',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'char_array',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'test1',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
# can't run ecpg to build test dependencies, at least not without an emulator
|
||||
if meson.is_cross_build()
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* This code is released under the terms of the PostgreSQL License.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/ecpg/test/pg_regress_ecpg.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'dt_test',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'array_of_struct',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'array',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'thread_implicit',
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/interfaces/libpq library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/libpq/Makefile
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* See src/include/libpq/sasl.h for the backend counterpart.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/fe-auth-sasl.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-auth-scram.c
|
||||
* The front-end (client) implementation of SCRAM authentication.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-auth.c
|
||||
* The front-end (client) authorization routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Definitions for network authentication routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/fe-auth.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-connect.c
|
||||
* functions related to setting up a connection to the backend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-exec.c
|
||||
* functions related to sending a query down to the backend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-gssapi-common.c
|
||||
* The front-end (client) GSSAPI common code
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Definitions for GSSAPI common routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/fe-gssapi-common.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-lobj.c
|
||||
* Front-end large object interface
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -19,7 +19,7 @@
|
||||
* routines.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-print.c
|
||||
* functions for pretty-printing query results
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* These functions were formerly part of fe-exec.c, but they
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-protocol3.c
|
||||
* functions that are specific to frontend/backend protocol version 3
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
* file contains support routines that are used by the library-specific
|
||||
* implementations such as fe-secure-openssl.c.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* common implementation-independent SSL support code
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-secure-gssapi.c
|
||||
* The front-end (client) encryption support for GSSAPI
|
||||
*
|
||||
* Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/fe-secure-gssapi.c
|
||||
|
@ -4,7 +4,7 @@
|
||||
* OpenSSL support
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -6,7 +6,7 @@
|
||||
* message integrity and endpoint authentication.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-trace.c
|
||||
* functions for libpq protocol tracing
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
* reliable BSD-style signal(2) routine stolen from RWW who stole it
|
||||
* from Stevens...
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* libpq-events.c
|
||||
* functions for supporting the libpq "events" API
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -5,7 +5,7 @@
|
||||
* that invoke the libpq "events" API, but are not interesting to
|
||||
* ordinary users of libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-events.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This file contains definitions for structures and
|
||||
* externs for functions used by frontend postgres applications.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-fe.h
|
||||
|
@ -9,7 +9,7 @@
|
||||
* more likely to break across PostgreSQL releases than code that uses
|
||||
* only the official API.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-int.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
# test/ is entered via top-level meson.build, that way it can use the default
|
||||
# args for executables (which depend on libpq).
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('libpq' + '5' + '-' + pg_version_major.to_string())
|
||||
|
@ -15,7 +15,7 @@
|
||||
* a usable vsnprintf(), then a copy of our own implementation of it will
|
||||
* be linked into libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/pqexpbuffer.c
|
||||
|
@ -15,7 +15,7 @@
|
||||
* a usable vsnprintf(), then a copy of our own implementation of it will
|
||||
* be linked into libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/pqexpbuffer.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* pthread-win32.c
|
||||
* partial pthread implementation for win32
|
||||
*
|
||||
* Copyright (c) 2004-2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2004-2023, PostgreSQL Global Development Group
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/pthread-win32.c
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libpq_testclient.c
|
||||
* A test program for the libpq public API
|
||||
*
|
||||
* Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/test/libpq_testclient.c
|
||||
|
@ -7,7 +7,7 @@
|
||||
* prints out the values from the parsed PQconninfoOption struct that differ
|
||||
* from the defaults (obtained from PQconndefaults).
|
||||
*
|
||||
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/test/libpq_uri_regress.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
libpq_uri_regress_sources = files(
|
||||
'libpq_uri_regress.c',
|
||||
|
@ -15,7 +15,7 @@
|
||||
* The error constants are taken from the Frambak Bakfram LGSOCKET
|
||||
* library guys who in turn took them from the Winsock FAQ.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
# NB: libpq is entered directly from the toplevel meson file
|
||||
subdir('ecpg')
|
||||
|
Reference in New Issue
Block a user