mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Copyright Notice update.
This commit is contained in:
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__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user