Re: Changing pg_dump default file format - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Changing pg_dump default file format
Date
Msg-id 10314.1384878394@sss.pgh.pa.us
Whole thread Raw
In response to Re: Changing pg_dump default file format  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Changing pg_dump default file format  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
>> However, pggit log 9f0ae0c82060e3dcd1fa7ac8bbe35a3f9a44dbba does not
>> show that line being added by the diff.

> I dunno what your pggit script does, but "git log" doesn't normally
> show the diff at all.  "git show
> 9f0ae0c82060e3dcd1fa7ac8bbe35a3f9a44dbba", however, does show that
> line being added.

It also shows it being removed, ie this is just -u diff format being
unhelpful, as it so often is.

The actual source of the code seems to be commit
e8f69be054e9343b3c41d7e77cc142913ee55439.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Assertions in PL/PgSQL
Next
From: Noah Misch
Date:
Subject: Re: pre-commit triggers