Fix license headers
parent
01c830c09c
commit
70b0872204
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
|
||||
*
|
||||
|
@ -8,7 +9,6 @@
|
|||
*
|
||||
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pg_stat_monitor/guc.c
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* pg_stat_monitor.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue