pgsql: Rename git_topo_order -> git_changelog, per discussion.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename git_topo_order -> git_changelog, per discussion.
Date: 2010-09-25 23:33:44
Message-ID: E1OzeFU-0005CD-6u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename git_topo_order -> git_changelog, per discussion.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ce1dcd468f8a728398424296165a8d87eb36f0d8

Modified Files
--------------
src/tools/RELEASE_CHANGES | 6 +-
src/tools/git_changelog | 161 +++++++++++++++++++++++++++++++++++++++++++++
src/tools/git_topo_order | 155 -------------------------------------------
3 files changed, 164 insertions(+), 158 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2010-09-26 00:29:16 Re: pgsql: Fix another join removal bug: the check on PlaceHolderVars was w
Previous Message Tom Lane 2010-09-25 23:32:09 Re: pgsql: git_topo_order script, to match up commits across branches.