Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 78f7d2e

Browse files
committed
Use PGFILEDESC for fasttrun, fulleq and mchar modules
1 parent da44165 commit 78f7d2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/fasttrun/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ EXTENSION = fasttrun
44
DATA = fasttrun--2.0.sql fasttrun--unpackaged--2.0.sql
55
DOCS = README.fasttrun
66
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."
88

99
ifdef USE_PGXS
1010
PGXS := $(shell pg_config --pgxs)

contrib/fulleq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ EXTENSION = fulleq
44
DATA = fulleq--2.0.sql fulleq--unpackaged--2.0.sql
55
DOCS = README.fulleq
66
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."
88

99
ARGTYPE = bool bytea char name int8 int2 int4 text \
1010
oid xid cid oidvector float4 float8 abstime reltime macaddr \

contrib/mchar/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENCODING = UTF8
99
ifndef NO_LOCALE
1010
REGRESS += mm compat
1111
endif
12-
PGFIELDDESC = "mchar - mchar type implementation"
12+
PGFILEDESC = "mchar - mchar type implementation"
1313

1414
ifdef USE_PGXS
1515
PGXS := $(shell pg_config --pgxs)

0 commit comments

Comments
 (0)