Copyright Notice update.
parent
aeeaeaeb46
commit
9bee6b3690
9
guc.c
9
guc.c
|
@ -1,8 +1,13 @@
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* guc.c
|
* guc.c: guc variable handling of pg_stat_monitor
|
||||||
|
*
|
||||||
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008-2018, PostgreSQL Global Development Group
|
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* contrib/pg_stat_monitor/guc.c
|
* contrib/pg_stat_monitor/guc.c
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
* hash_query.c
|
* hash_query.c
|
||||||
* Track statement execution times across a whole database cluster.
|
* Track statement execution times across a whole database cluster.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008-2020, PostgreSQL Global Development Group
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* contrib/pg_stat_monitor/hash_query.c
|
* contrib/pg_stat_monitor/hash_query.c
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
* pg_stat_monitor.c
|
* pg_stat_monitor.c
|
||||||
* Track statement execution times across a whole database cluster.
|
* Track statement execution times across a whole database cluster.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008-2018, PostgreSQL Global Development Group
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* contrib/pg_stat_monitor/pg_stat_monitor.c
|
* contrib/pg_stat_monitor/pg_stat_monitor.c
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*-------------------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* pg_stat_monitor.h
|
||||||
|
* Track statement execution times across a whole database cluster.
|
||||||
|
*
|
||||||
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
*
|
||||||
|
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
|
*
|
||||||
|
* IDENTIFICATION
|
||||||
|
* contrib/pg_stat_monitor/pg_stat_monitor.h
|
||||||
|
*
|
||||||
|
*-------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
#ifndef __PG_STAT_MONITOR_H__
|
#ifndef __PG_STAT_MONITOR_H__
|
||||||
#define __PG_STAT_MONITOR_H__
|
#define __PG_STAT_MONITOR_H__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue