aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2014-02-06 12:11:49 -0500
committerAndrew Dunstan <andrew@dunslane.net>2014-02-06 12:11:49 -0500
commit45e1b6c4c490a173208f98f4babc03b8fc69439e (patch)
tree0383a7def219f8d877c8b7b548dd2002625f5d63 /src
parentddfc9cb054abed4d08cc2709c9b2197dab96f449 (diff)
downloadpostgresql-45e1b6c4c490a173208f98f4babc03b8fc69439e.tar.gz
postgresql-45e1b6c4c490a173208f98f4babc03b8fc69439e.zip
Alphabeticize list in OBJS definition in utils/adt Makefile.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/adt/Makefile29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/backend/utils/adt/Makefile b/src/backend/utils/adt/Makefile
index 1ae9fa033a8..51355754d5a 100644
--- a/src/backend/utils/adt/Makefile
+++ b/src/backend/utils/adt/Makefile
@@ -15,24 +15,25 @@ override CFLAGS+= -mieee
endif
endif
+# keep this list arranged alphabetically or it gets to be a mess
OBJS = acl.o arrayfuncs.o array_selfuncs.o array_typanalyze.o \
- array_userfuncs.o arrayutils.o bool.o \
- cash.o char.o date.o datetime.o datum.o domains.o \
- enum.o float.o format_type.o \
- geo_ops.o geo_selfuncs.o int.o int8.o json.o jsonfuncs.o like.o \
- lockfuncs.o misc.o nabstime.o name.o numeric.o numutils.o \
- oid.o oracle_compat.o orderedsetaggs.o \
- pseudotypes.o rangetypes.o rangetypes_gist.o \
- rowtypes.o regexp.o regproc.o ruleutils.o selfuncs.o \
- tid.o timestamp.o varbit.o varchar.o varlena.o version.o xid.o \
- network.o mac.o inet_cidr_ntop.o inet_net_pton.o \
- ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o \
- ascii.o quote.o pgstatfuncs.o encode.o dbsize.o genfile.o trigfuncs.o \
+ array_userfuncs.o arrayutils.o ascii.o bool.o \
+ cash.o char.o date.o datetime.o datum.o dbsize.o domains.o \
+ encode.o enum.o float.o format_type.o formatting.o genfile.o \
+ geo_ops.o geo_selfuncs.o inet_cidr_ntop.o inet_net_pton.o int.o \
+ int8.o json.o jsonfuncs.o like.o \
+ lockfuncs.o mac.o misc.o nabstime.o name.o network.o numeric.o \
+ numutils.o oid.o oracle_compat.o orderedsetaggs.o \
+ pg_lzcompress.o pg_locale.o pgstatfuncs.o \
+ pseudotypes.o quote.o rangetypes.o rangetypes_gist.o \
+ rangetypes_selfuncs.o rangetypes_spgist.o rangetypes_typanalyze.o \
+ regexp.o regproc.o ri_triggers.o rowtypes.o ruleutils.o \
+ selfuncs.o tid.o timestamp.o trigfuncs.o \
tsginidx.o tsgistidx.o tsquery.o tsquery_cleanup.o tsquery_gist.o \
tsquery_op.o tsquery_rewrite.o tsquery_util.o tsrank.o \
tsvector.o tsvector_op.o tsvector_parser.o \
- txid.o uuid.o windowfuncs.o xml.o rangetypes_spgist.o \
- rangetypes_typanalyze.o rangetypes_selfuncs.o
+ txid.o uuid.o varbit.o varchar.o varlena.o version.o \
+ windowfuncs.o xid.o xml.o
like.o: like.c like_match.c