Skip to content

Commit b86bfb0

Browse files
committed
Remove some more contrib/ mentions in comments
These were missed in 84c929d
1 parent 84c929d commit b86bfb0

8 files changed

Lines changed: 0 additions & 17 deletions

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# contrib/pg_stat_monitor/Makefile
2-
31
MODULE_big = pg_stat_monitor
42
OBJS = hash_query.o guc.o pg_stat_monitor.o $(WIN32RES)
53

hash_query.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
*
1010
* Portions Copyright (c) 1994, The Regents of the University of California
1111
*
12-
* IDENTIFICATION
13-
* contrib/pg_stat_monitor/hash_query.c
14-
*
1512
*-------------------------------------------------------------------------
1613
*/
1714
#include <postgres.h>

pg_stat_monitor--1.0--2.0.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--1.0--2.0.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "ALTER EXTENSION pg_stat_monitor" to load this file. \quit
53

pg_stat_monitor--2.0--2.1.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--2.0--2.1.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "ALTER EXTENSION pg_stat_monitor" to load this file. \quit
53

pg_stat_monitor--2.0.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--2.0.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "CREATE EXTENSION pg_stat_monitor" to load this file. \quit
53

pg_stat_monitor--2.1--2.2.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--2.1--2.2.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "ALTER EXTENSION pg_stat_monitor" to load this file. \quit
53

pg_stat_monitor--2.2--2.3.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--2.2--2.3.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "ALTER EXTENSION pg_stat_monitor" to load this file. \quit
53

pg_stat_monitor--2.3--2.4.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* contrib/pg_stat_monitor/pg_stat_monitor--2.2--2.3.sql */
2-
31
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
42
\echo Use "ALTER EXTENSION pg_stat_monitor" to load this file. \quit
53

0 commit comments

Comments
 (0)