mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fix license headers
This commit is contained in:
4
guc.c
4
guc.c
@@ -1,6 +1,7 @@
|
|||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* guc.c: guc variable handling of pg_stat_monitor
|
* guc.c
|
||||||
|
* guc variable handling of pg_stat_monitor
|
||||||
*
|
*
|
||||||
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
*
|
*
|
||||||
@@ -8,7 +9,6 @@
|
|||||||
*
|
*
|
||||||
* Portions Copyright (c) 1994, The Regents of the University of California
|
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* contrib/pg_stat_monitor/guc.c
|
* contrib/pg_stat_monitor/guc.c
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* hash_query.c
|
* hash_query.c
|
||||||
* Track statement execution times across a whole database cluster.
|
* Track statement execution times across a whole database cluster.
|
||||||
*
|
*
|
||||||
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* pg_stat_monitor.c
|
* pg_stat_monitor.c
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* pg_stat_monitor.h
|
* pg_stat_monitor.h
|
||||||
* Track statement execution times across a whole database cluster.
|
* Track statement execution times across a whole database cluster.
|
||||||
*
|
*
|
||||||
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user