Skip to content

Commit 392b187

Browse files
committed
Remove DROPs from contrib object creation scripts, per Dave Page.
1 parent b3f2f6e commit 392b187

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contrib/intagg/int_aggregate.sql.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RETURNS int4[]
1515
AS 'MODULE_PATHNAME','int_agg_final_array'
1616
LANGUAGE 'C' IMMUTABLE STRICT;
1717

18-
-- The aggration funcion.
18+
-- The aggregate function itself
1919
-- uses the above functions to create an array of integers from an aggregation.
20-
DROP AGGREGATE int_array_aggregate(int4);
2120
CREATE AGGREGATE int_array_aggregate (
2221
BASETYPE = int4,
2322
SFUNC = int_agg_state,

contrib/pgstattuple/pgstattuple.sql.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-- Adjust this setting to control where the objects get created.
22
SET search_path = public;
33

4-
DROP TYPE pgstattuple_type CASCADE;
54
CREATE TYPE pgstattuple_type AS (
65
table_len BIGINT, -- physical table length in bytes
76
tuple_count BIGINT, -- number of live tuples

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy