Re: adt Makefile, was Re: jsonb and nested hstore

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: adt Makefile, was Re: jsonb and nested hstore
Date: 2014-02-07 01:02:27
Message-ID: CAB7nPqR27vvmBzcOYOv7AF5jVuFeb0VHd5ZGmEHXzV_HdzuSJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 7, 2014 at 1:18 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> On 02/01/2014 05:20 PM, Andres Freund wrote:
>>>
>>> diff --git a/src/backend/utils/adt/Makefile
>>> b/src/backend/utils/adt/Makefile
>>> >index 1ae9fa0..fd93d9b 100644
>>> >--- a/src/backend/utils/adt/Makefile
>>> >+++ b/src/backend/utils/adt/Makefile
>>> >@@ -32,7 +32,8 @@ OBJS = acl.o arrayfuncs.o array_selfuncs.o
>>> > array_typanalyze.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
>>> >+ rangetypes_typanalyze.o rangetypes_selfuncs.o \
>>> >+ jsonb.o jsonb_support.o
>>
>> Odd, most OBJS lines are kept in alphabetical order, but that doesn't
>> seem to be the case here.
>
>
>
> This whole list is a mess, and we don't even have all the range_types files
> following each other.
>
> Worth cleaning up?
+1. Yes please.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-02-07 01:06:03 Re: Recovery inconsistencies, standby much larger than primary
Previous Message Andres Freund 2014-02-06 23:52:19 Re: Recovery inconsistencies, standby much larger than primary