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

Commit 45e1b6c

Browse files
committed
Alphabeticize list in OBJS definition in utils/adt Makefile.
1 parent ddfc9cb commit 45e1b6c

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

src/backend/utils/adt/Makefile

+15-14
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,25 @@ override CFLAGS+= -mieee
1515
endif
1616
endif
1717

18+
# keep this list arranged alphabetically or it gets to be a mess
1819
OBJS = acl.o arrayfuncs.o array_selfuncs.o array_typanalyze.o \
19-
array_userfuncs.o arrayutils.o bool.o \
20-
cash.o char.o date.o datetime.o datum.o domains.o \
21-
enum.o float.o format_type.o \
22-
geo_ops.o geo_selfuncs.o int.o int8.o json.o jsonfuncs.o like.o \
23-
lockfuncs.o misc.o nabstime.o name.o numeric.o numutils.o \
24-
oid.o oracle_compat.o orderedsetaggs.o \
25-
pseudotypes.o rangetypes.o rangetypes_gist.o \
26-
rowtypes.o regexp.o regproc.o ruleutils.o selfuncs.o \
27-
tid.o timestamp.o varbit.o varchar.o varlena.o version.o xid.o \
28-
network.o mac.o inet_cidr_ntop.o inet_net_pton.o \
29-
ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o \
30-
ascii.o quote.o pgstatfuncs.o encode.o dbsize.o genfile.o trigfuncs.o \
20+
array_userfuncs.o arrayutils.o ascii.o bool.o \
21+
cash.o char.o date.o datetime.o datum.o dbsize.o domains.o \
22+
encode.o enum.o float.o format_type.o formatting.o genfile.o \
23+
geo_ops.o geo_selfuncs.o inet_cidr_ntop.o inet_net_pton.o int.o \
24+
int8.o json.o jsonfuncs.o like.o \
25+
lockfuncs.o mac.o misc.o nabstime.o name.o network.o numeric.o \
26+
numutils.o oid.o oracle_compat.o orderedsetaggs.o \
27+
pg_lzcompress.o pg_locale.o pgstatfuncs.o \
28+
pseudotypes.o quote.o rangetypes.o rangetypes_gist.o \
29+
rangetypes_selfuncs.o rangetypes_spgist.o rangetypes_typanalyze.o \
30+
regexp.o regproc.o ri_triggers.o rowtypes.o ruleutils.o \
31+
selfuncs.o tid.o timestamp.o trigfuncs.o \
3132
tsginidx.o tsgistidx.o tsquery.o tsquery_cleanup.o tsquery_gist.o \
3233
tsquery_op.o tsquery_rewrite.o tsquery_util.o tsrank.o \
3334
tsvector.o tsvector_op.o tsvector_parser.o \
34-
txid.o uuid.o windowfuncs.o xml.o rangetypes_spgist.o \
35-
rangetypes_typanalyze.o rangetypes_selfuncs.o
35+
txid.o uuid.o varbit.o varchar.o varlena.o version.o \
36+
windowfuncs.o xid.o xml.o
3637

3738
like.o: like.c like_match.c
3839

0 commit comments

Comments
 (0)