Обсуждение: pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a
pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a
От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
DEBUG.
Fix a few places where DEBUG1 crept in that should have been DEBUG2.
Modified Files:
--------------
pgsql/src/backend/access/transam:
slru.c (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/slru.c.diff?r1=1.23&r2=1.24)
xlog.c (r1.180 -> r1.181)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.180&r2=1.181)
pgsql/src/backend/libpq:
hba.c (r1.136 -> r1.137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.136&r2=1.137)
momjian@svr1.postgresql.org (Bruce Momjian) writes:
> Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
> DEBUG.
Considering that this commit didn't touch plpgsql, it's hardly likely
that it did the above.
regards, tom lane
Tom Lane wrote: > momjian@svr1.postgresql.org (Bruce Momjian) writes: > > Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested > > DEBUG. > > Considering that this commit didn't touch plpgsql, it's hardly likely > that it did the above. Thanks. Fixed. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073