Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Remove more SGML tabs.

  1. pgsql: Remove more SGML tabs.

    Bruce Momjian <bruce@momjian.us> — 2011-02-09T13:17:06Z

    Remove more SGML tabs.
    
    Branch
    ------
    master
    
    Details
    -------
    http://git.postgresql.org/pg/commitdiff/70802e0dbef0af4bf73ce25489b8be6e40eca2be
    
    Modified Files
    --------------
    doc/src/sgml/recovery-config.sgml |    4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)
    
    
  2. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    David Fetter <david@fetter.org> — 2011-02-09T16:00:58Z

    On Wed, Feb 09, 2011 at 01:17:06PM +0000, Bruce Momjian wrote:
    > Remove more SGML tabs.
    
    Perhaps we should see about putting something in .git/hooks/pre-commit
    so people can focus on more substantive matters.
    
    Is there some kind of cross-platform way to do this?  I'm thinking
    that given the fact that our build system already requires Perl, there
    should be, but I'm not quite sure how this would be accomplished.
    
    Cheers,
    David.
    -- 
    David Fetter <david@fetter.org> http://fetter.org/
    Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
    Skype: davidfetter      XMPP: david.fetter@gmail.com
    iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
    
    Remember to vote!
    Consider donating to Postgres: http://www.postgresql.org/about/donate
    
    
  3. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Magnus Hagander <magnus@hagander.net> — 2011-02-09T16:14:20Z

    On Feb 9, 2011 5:01 PM, "David Fetter" <david@fetter.org> wrote:
    >
    > On Wed, Feb 09, 2011 at 01:17:06PM +0000, Bruce Momjian wrote:
    > > Remove more SGML tabs.
    >
    > Perhaps we should see about putting something in .git/hooks/pre-commit
    > so people can focus on more substantive matters.
    >
    > Is there some kind of cross-platform way to do this?  I'm thinking
    > that given the fact that our build system already requires Perl, there
    > should be, but I'm not quite sure how this would be accomplished.
    
    If you can write a reliable perl script for this, we can run it like
    pgindent. No need to complicate it with hooks.
    
    /Magnus
    
  4. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Peter Eisentraut <peter_e@gmx.net> — 2011-02-10T10:58:16Z

    On ons, 2011-02-09 at 08:00 -0800, David Fetter wrote:
    > On Wed, Feb 09, 2011 at 01:17:06PM +0000, Bruce Momjian wrote:
    > > Remove more SGML tabs.
    > 
    > Perhaps we should see about putting something in .git/hooks/pre-commit
    > so people can focus on more substantive matters.
    > 
    > Is there some kind of cross-platform way to do this?  I'm thinking
    > that given the fact that our build system already requires Perl, there
    > should be, but I'm not quite sure how this would be accomplished.
    
    There is make check target in doc/src/sgml/ that is supposed to catch
    this.  But it's probably hard to remember to run that.
    
    One thing I was thinking of was that we could add a global make
    maintainer-check target (a name I picked up from other projects) which
    would run various source code sanity checks.  Besides the SGML tabs
    issue, my favourite would be duplicate_oids.  Maybe if we could find a
    third use case, we'd have a quorum for implementing this.
    
    
    
    
  5. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Alvaro Herrera <alvherre@commandprompt.com> — 2011-02-10T14:29:43Z

    Excerpts from Peter Eisentraut's message of jue feb 10 07:58:16 -0300 2011:
    
    > One thing I was thinking of was that we could add a global make
    > maintainer-check target (a name I picked up from other projects) which
    > would run various source code sanity checks.  Besides the SGML tabs
    > issue, my favourite would be duplicate_oids.  Maybe if we could find a
    > third use case, we'd have a quorum for implementing this.
    
    The c++ headers thing?  Or the compiles-in-isolation test for headers?
    
    -- 
    Álvaro Herrera <alvherre@commandprompt.com>
    The PostgreSQL Company - Command Prompt, Inc.
    PostgreSQL Replication, Consulting, Custom Development, 24x7 support
    
    
  6. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    David Fetter <david@fetter.org> — 2011-02-10T18:40:07Z

    On Thu, Feb 10, 2011 at 12:58:16PM +0200, Peter Eisentraut wrote:
    > On ons, 2011-02-09 at 08:00 -0800, David Fetter wrote:
    > > On Wed, Feb 09, 2011 at 01:17:06PM +0000, Bruce Momjian wrote:
    > > > Remove more SGML tabs.
    > > 
    > > Perhaps we should see about putting something in .git/hooks/pre-commit
    > > so people can focus on more substantive matters.
    > > 
    > > Is there some kind of cross-platform way to do this?  I'm thinking
    > > that given the fact that our build system already requires Perl, there
    > > should be, but I'm not quite sure how this would be accomplished.
    > 
    > There is make check target in doc/src/sgml/ that is supposed to catch
    > this.  But it's probably hard to remember to run that.
    
    It's "check-tabs", and if you hadn't mentioned it, I'd never have seen it.
    
    > One thing I was thinking of was that we could add a global make
    > maintainer-check target (a name I picked up from other projects) which
    > would run various source code sanity checks.  Besides the SGML tabs
    > issue, my favourite would be duplicate_oids.  Maybe if we could find a
    > third use case, we'd have a quorum for implementing this.
    
    I think all such checks belong in .git/hooks/pre-commit, and need to
    be as cross-platform as needed for committers.  Would a *n*x-based
    version do for a start?
    
    Cheers,
    David.
    -- 
    David Fetter <david@fetter.org> http://fetter.org/
    Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
    Skype: davidfetter      XMPP: david.fetter@gmail.com
    iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
    
    Remember to vote!
    Consider donating to Postgres: http://www.postgresql.org/about/donate
    
    
  7. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Peter Eisentraut <peter_e@gmx.net> — 2011-02-10T19:16:09Z

    On tor, 2011-02-10 at 10:40 -0800, David Fetter wrote:
    > I think all such checks belong in .git/hooks/pre-commit, and need to
    > be as cross-platform as needed for committers.  Would a *n*x-based
    > version do for a start?
    
    I think as a matter of principle, the only things that belongs into git
    hooks are things that relate to the repository itself, such as commit
    metadata (author checks, commit message spell checks, etc.).  Anything
    that relates to the source belongs into the source.
    
    
    
  8. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    David Fetter <david@fetter.org> — 2011-02-10T22:08:10Z

    On Thu, Feb 10, 2011 at 09:16:09PM +0200, Peter Eisentraut wrote:
    > On tor, 2011-02-10 at 10:40 -0800, David Fetter wrote:
    > > I think all such checks belong in .git/hooks/pre-commit, and need
    > > to be as cross-platform as needed for committers.  Would a
    > > *n*x-based version do for a start?
    > 
    > I think as a matter of principle, the only things that belongs into
    > git hooks are things that relate to the repository itself, such as
    > commit metadata (author checks, commit message spell checks, etc.).
    > Anything that relates to the source belongs into the source.
    
    So on that principle, should "make check" do these checks?
    
    Just to put another viewpoint out there, the reason that such hooks
    exist is precisely to enable people to do deeper checks than commit
    metadata.
    
    Cheers,
    David.
    -- 
    David Fetter <david@fetter.org> http://fetter.org/
    Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
    Skype: davidfetter      XMPP: david.fetter@gmail.com
    iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
    
    Remember to vote!
    Consider donating to Postgres: http://www.postgresql.org/about/donate
    
    
  9. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    David Fetter <david@fetter.org> — 2011-02-10T22:22:27Z

    On Thu, Feb 10, 2011 at 11:29:43AM -0300, Alvaro Herrera wrote:
    > Excerpts from Peter Eisentraut's message of jue feb 10 07:58:16 -0300 2011:
    > 
    > > One thing I was thinking of was that we could add a global make
    > > maintainer-check target (a name I picked up from other projects)
    > > which would run various source code sanity checks.  Besides the
    > > SGML tabs issue, my favourite would be duplicate_oids.  Maybe if
    > > we could find a third use case, we'd have a quorum for
    > > implementing this.
    > 
    > The c++ headers thing?  Or the compiles-in-isolation test for
    > headers?
    
    Both sound reasonable, given the number of times they come up and the
    ease of checking them mechanically.
    
    Cheers,
    David.
    -- 
    David Fetter <david@fetter.org> http://fetter.org/
    Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
    Skype: davidfetter      XMPP: david.fetter@gmail.com
    iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
    
    Remember to vote!
    Consider donating to Postgres: http://www.postgresql.org/about/donate
    
    
  10. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Peter Eisentraut <peter_e@gmx.net> — 2011-03-24T20:05:44Z

    On tor, 2011-02-10 at 12:58 +0200, Peter Eisentraut wrote:
    > There is make check target in doc/src/sgml/ that is supposed to catch
    > this.  But it's probably hard to remember to run that.
    > 
    > One thing I was thinking of was that we could add a global make
    > maintainer-check target (a name I picked up from other projects) which
    > would run various source code sanity checks.  Besides the SGML tabs
    > issue, my favourite would be duplicate_oids.  Maybe if we could find a
    > third use case, we'd have a quorum for implementing this.
    
    Hah, I found one.  There's already a hidden maintainer-check target that
    checks the NLS files syntax.
    
    Anyway, here is a small patch that changes the duplicate_oids script to
    return a nonzero exit status in case of a problem, and then creates a
    global maintainer-check target that checks that and the SGML syntax and
    the NLS thing.  Other things could be added in the future.
    Documentation should be added.
    
    Useful?
    
    
  11. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Robert Haas <robertmhaas@gmail.com> — 2011-03-24T21:12:58Z

    On Thu, Mar 24, 2011 at 4:05 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
    > On tor, 2011-02-10 at 12:58 +0200, Peter Eisentraut wrote:
    >> There is make check target in doc/src/sgml/ that is supposed to catch
    >> this.  But it's probably hard to remember to run that.
    >>
    >> One thing I was thinking of was that we could add a global make
    >> maintainer-check target (a name I picked up from other projects) which
    >> would run various source code sanity checks.  Besides the SGML tabs
    >> issue, my favourite would be duplicate_oids.  Maybe if we could find a
    >> third use case, we'd have a quorum for implementing this.
    >
    > Hah, I found one.  There's already a hidden maintainer-check target that
    > checks the NLS files syntax.
    >
    > Anyway, here is a small patch that changes the duplicate_oids script to
    > return a nonzero exit status in case of a problem, and then creates a
    > global maintainer-check target that checks that and the SGML syntax and
    > the NLS thing.  Other things could be added in the future.
    > Documentation should be added.
    >
    > Useful?
    
    +1 from me.
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company
    
    
  12. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    Peter Eisentraut <peter_e@gmx.net> — 2011-03-28T19:56:39Z

    On tor, 2011-03-24 at 16:05 -0400, Peter Eisentraut wrote:
    > Anyway, here is a small patch that changes the duplicate_oids script
    > to return a nonzero exit status in case of a problem, and then creates
    > a global maintainer-check target that checks that and the SGML syntax
    > and the NLS thing.  Other things could be added in the future.
    > Documentation should be added.
    
    Committed, but didn't find a good place to document it.
    
    
    
  13. Re: [COMMITTERS] pgsql: Remove more SGML tabs.

    David Fetter <david@fetter.org> — 2011-03-28T20:09:44Z

    On Mon, Mar 28, 2011 at 10:56:39PM +0300, Peter Eisentraut wrote:
    > On tor, 2011-03-24 at 16:05 -0400, Peter Eisentraut wrote:
    > > Anyway, here is a small patch that changes the duplicate_oids script
    > > to return a nonzero exit status in case of a problem, and then creates
    > > a global maintainer-check target that checks that and the SGML syntax
    > > and the NLS thing.  Other things could be added in the future.
    > > Documentation should be added.
    > 
    > Committed, but didn't find a good place to document it.
    
    Is there a section for any of the maintainer- stuff in make?  If not,
    should there be?
    
    Cheers,
    David.
    -- 
    David Fetter <david@fetter.org> http://fetter.org/
    Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
    Skype: davidfetter      XMPP: david.fetter@gmail.com
    iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
    
    Remember to vote!
    Consider donating to Postgres: http://www.postgresql.org/about/donate