Обсуждение: pgsql: Make source code READMEs more consistent.

Поиск
Список
Период
Сортировка

pgsql: Make source code READMEs more consistent.

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Make source code READMEs more consistent.  Add CVS tags to all README files.

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        README (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/README?r1=1.4&r2=1.5)
    pgsql/src/backend/access/gist:
        README (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/README?r1=1.3&r2=1.4)
    pgsql/src/backend/access/hash:
        README (r1.7 -> r1.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/hash/README?r1=1.7&r2=1.8)
    pgsql/src/backend/access/nbtree:
        README (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/README?r1=1.18&r2=1.19)
    pgsql/src/backend/access/transam:
        README (r1.9 -> r1.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/README?r1=1.9&r2=1.10)
    pgsql/src/backend/catalog:
        README (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/README?r1=1.11&r2=1.12)
    pgsql/src/backend/executor:
        README (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/README?r1=1.5&r2=1.6)
    pgsql/src/backend/nodes:
        README (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/README?r1=1.2&r2=1.3)
    pgsql/src/backend/optimizer:
        README (r1.41 -> r1.42)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/README?r1=1.41&r2=1.42)
    pgsql/src/backend/optimizer/plan:
        README (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/README?r1=1.1&r2=1.2)
    pgsql/src/backend/parser:
        README (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/README?r1=1.5&r2=1.6)
    pgsql/src/backend/port/darwin:
        README (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/darwin/README?r1=1.3&r2=1.4)
    pgsql/src/backend/snowball:
        README (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/README?r1=1.1&r2=1.2)
    pgsql/src/backend/storage/buffer:
        README (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/README?r1=1.12&r2=1.13)
    pgsql/src/backend/storage/ipc:
        README (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/README?r1=1.4&r2=1.5)
    pgsql/src/backend/storage/lmgr:
        README (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/README?r1=1.22&r2=1.23)
    pgsql/src/backend/storage/smgr:
        README (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/README?r1=1.3&r2=1.4)
    pgsql/src/backend/utils/fmgr:
        README (r1.9 -> r1.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/README?r1=1.9&r2=1.10)
    pgsql/src/backend/utils/mb:
        README (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/README?r1=1.5&r2=1.6)
    pgsql/src/backend/utils/misc:
        README (r1.9 -> r1.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/README?r1=1.9&r2=1.10)
    pgsql/src/backend/utils/mmgr:
        README (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/README?r1=1.11&r2=1.12)
    pgsql/src/backend/utils/resowner:
        README (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/resowner/README?r1=1.5&r2=1.6)

Re: pgsql: Make source code READMEs more consistent.

От
Tom Lane
Дата:
momjian@postgresql.org (Bruce Momjian) writes:
> Make source code READMEs more consistent.  Add CVS tags to all README files.

Bruce, why are you spending time on trivial stuff like this when the
patch queue desperately needs your attention?  We're supposed to be
single-mindedly focused on clearing the queue during commit fest.

            regards, tom lane

Re: pgsql: Make source code READMEs more consistent.

От
Bruce Momjian
Дата:
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Make source code READMEs more consistent.  Add CVS tags to all README files.
>
> Bruce, why are you spending time on trivial stuff like this when the
> patch queue desperately needs your attention?  We're supposed to be
> single-mindedly focused on clearing the queue during commit fest.

I have to use those READMEs soon for an EDB project so I figured while I
was in there I would clean it up.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +