File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ EXTENSION = fasttrun
4
4
DATA = fasttrun--2.0.sql fasttrun--unpackaged--2.0.sql
5
5
DOCS = README.fasttrun
6
6
REGRESS = fasttrun
7
- PGFIELDDESC = "fasttrun - functions to truncates the temporary table and doesn't grow pg_class size."
7
+ PGFILEDESC = "fasttrun - function to truncate temporary tables without growing pg_class size."
8
8
9
9
ifdef USE_PGXS
10
10
PGXS := $(shell pg_config --pgxs)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ EXTENSION = fulleq
4
4
DATA = fulleq--2.0.sql fulleq--unpackaged--2.0.sql
5
5
DOCS = README.fulleq
6
6
REGRESS = fulleq
7
- PGFIELDDESC = "fulleq - introduce operator == which returns true when operands are equal or both are nulls."
7
+ PGFILEDESC = "fulleq - introduce operator == which returns true when operands are equal or both are nulls."
8
8
9
9
ARGTYPE = bool bytea char name int8 int2 int4 text \
10
10
oid xid cid oidvector float4 float8 abstime reltime macaddr \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENCODING = UTF8
9
9
ifndef NO_LOCALE
10
10
REGRESS += mm compat
11
11
endif
12
- PGFIELDDESC = "mchar - mchar type implementation"
12
+ PGFILEDESC = "mchar - mchar type implementation"
13
13
14
14
ifdef USE_PGXS
15
15
PGXS := $(shell pg_config --pgxs)
You can’t perform that action at this time.
0 commit comments