From: | Denis Perchine <dyp(at)perchine(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | CommandCounterIncrement |
Date: | 2000-10-30 18:19:35 |
Message-ID: | 00103100193500.25451@dyp.perchine.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
Small technical question: what exactly CommandCounterIncrement do?
And what exactly it should be used for?
I use it to see data which is changed in current transaction.
If to be more
exact when I write BLOB in transaction each time I write additional piece I
do CommandCounterIncrement.
I ask this question because I found out that when I run postgres with
verbose=4 I see lot's of StartTransactionCommand & CommitTransactionCommand
pair in the place where BLOB is written. And I have a feeling that something
is wrong. Looks like explicitly commit all changes. That's really bad...
--
Sincerely Yours,
Denis Perchine
----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 2000-10-30 19:10:37 | Re: Current CVS broken? |
Previous Message | Peter Eisentraut | 2000-10-30 17:57:56 | Re: Current CVS broken? |