Andres Freund <and...@2ndquadrant.com> wrote:
> On 2013-06-24 06:44:53 -0700, Kevin Grittner wrote:
>> Andres Freund <and...@2ndquadrant.com> wrote:
>>> On 2013-06-23 08:27:32 -0700, Kevin Grittner wrote:

>>>>> +  rm -f '$(DESTDIR)$(bindir)/pg_receivellog$(X)'
>>>> Oops.  That part is not needed.
>>>
>>> Hm. Why not?
>>
>> Well, I could easily be wrong on just about anything to do with
>> make files, but on a second look that appeared to be dealing with
>> eliminating an installed pg_receivellog binary, which is not
>> created.
>
> I think it actually is?

Oh, yeah....  I see it now.  I warned you I could be wrong.  :-/

I just had a thought thought -- perhaps the dependency information
is being calculated incorrectly.  Attached is the dependency file
from the successful build (with the adjusted Makefile), which still
fails the test_logical_decoding regression test, with the same diff.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
pg_receivellog.o: pg_receivellog.c ../../../src/include/postgres.h \
 ../../../src/include/c.h ../../../src/include/postgres_ext.h \
 ../../../src/include/pg_config_ext.h ../../../src/include/pg_config.h \
 ../../../src/include/pg_config_manual.h \
 ../../../src/include/pg_config_os.h ../../../src/include/port.h \
 ../../../src/include/utils/elog.h ../../../src/include/utils/errcodes.h \
 ../../../src/include/utils/palloc.h \
 ../../../src/include/common/fe_memutils.h \
 ../../../src/include/utils/palloc.h \
 ../../../src/interfaces/libpq/libpq-fe.h \
 ../../../src/include/postgres_ext.h \
 ../../../src/include/libpq/pqsignal.h \
 ../../../src/include/access/xlog_internal.h \
 ../../../src/include/access/xlogdefs.h \
 ../../../src/include/datatype/timestamp.h \
 ../../../src/include/lib/stringinfo.h ../../../src/include/pgtime.h \
 ../../../src/include/storage/block.h \
 ../../../src/include/storage/relfilenode.h \
 ../../../src/include/storage/backendid.h \
 ../../../src/include/utils/datetime.h ../../../src/include/nodes/nodes.h \
 ../../../src/include/utils/timestamp.h ../../../src/include/fmgr.h \
 receivelog.h streamutil.h ../../../src/include/getopt_long.h

../../../src/include/postgres.h:

../../../src/include/c.h:

../../../src/include/postgres_ext.h:

../../../src/include/pg_config_ext.h:

../../../src/include/pg_config.h:

../../../src/include/pg_config_manual.h:

../../../src/include/pg_config_os.h:

../../../src/include/port.h:

../../../src/include/utils/elog.h:

../../../src/include/utils/errcodes.h:

../../../src/include/utils/palloc.h:

../../../src/include/common/fe_memutils.h:

../../../src/include/utils/palloc.h:

../../../src/interfaces/libpq/libpq-fe.h:

../../../src/include/postgres_ext.h:

../../../src/include/libpq/pqsignal.h:

../../../src/include/access/xlog_internal.h:

../../../src/include/access/xlogdefs.h:

../../../src/include/datatype/timestamp.h:

../../../src/include/lib/stringinfo.h:

../../../src/include/pgtime.h:

../../../src/include/storage/block.h:

../../../src/include/storage/relfilenode.h:

../../../src/include/storage/backendid.h:

../../../src/include/utils/datetime.h:

../../../src/include/nodes/nodes.h:

../../../src/include/utils/timestamp.h:

../../../src/include/fmgr.h:

receivelog.h:

streamutil.h:

../../../src/include/getopt_long.h:
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to