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:
@@ -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__
|
||||
#define __PG_STAT_MONITOR_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user