Обсуждение: pgsql/ ontrib/spi/refint.c rc/backend/access/g ...
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/03/22 23:49:58
Modified files:
contrib/spi : refint.c
src/backend/access/gist: gistscan.c
src/backend/access/hash: hashsearch.c
src/backend/access/heap: tuptoaster.c
src/backend/access/nbtree: nbtsearch.c nbtutils.c
src/backend/commands: command.c
src/backend/commands/_deadcode: version.c
src/backend/executor: execQual.c nodeLimit.c nodeMergejoin.c
src/backend/optimizer/path: clausesel.c indxpath.c
src/backend/rewrite: rewriteDefine.c
src/backend/storage/ipc: ipc.c sinval.c
src/backend/utils/adt: formatting.c selfuncs.c
src/backend/utils/cache: lsyscache.c relcache.c
src/backend/utils/sort: tuplesort.c
src/bin/pg_dump: pg_backup_db.c pg_dump.c pg_dump.h
src/include/catalog: pg_type.h
src/include/nodes: parsenodes.h
src/interfaces/ecpg/lib: connect.c
src/interfaces/libpq: fe-connect.c
src/interfaces/odbc: info.c options.c
Log message:
Fix comments that were mis-wrapped, for Tom Lane.
> Bruce Momjian - CVS <momjian@hub.org> writes: > > Fix comments that were mis-wrapped, for Tom Lane. > > I wasn't actually expecting you to *do* anything about that gripe ;-) > > But this looks like a good cleanup. Thanks. I clearly removed too many dashes, so I fixed it. I can't imagine having to do this again in the next few years. Most of those dash comments were from the Berkeley days, and most in the executor. Not sure why. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Bruce Momjian - CVS <momjian@hub.org> writes:
> Fix comments that were mis-wrapped, for Tom Lane.
I wasn't actually expecting you to *do* anything about that gripe ;-)
But this looks like a good cleanup. Thanks.
regards, tom lane