Re: copy-past-o comment in lock.h
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: John Naylor <john.naylor@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-05-07T08:00:24Z
Lists: pgsql-hackers
On Tue, May 07, 2019 at 03:41:50PM +0800, John Naylor wrote: > Attached is an attempt to match surrounding code. More broadly, > though, it seems the "ID info" comments belong with the SET_LOCKTAG_* > macros rather than with the LockTagType enum members. + LOCKTAG_SPECULATIVE_TOKEN, /* for speculative insertion */ + /* ID info for a speculative token is TRANSACTION info + token */ Shouldn't the first comment be just "speculative insertion"? And the second one "ID info for a speculative insertion is transaction ID + its speculative insert counter"? -- Michael
Commits
-
Fix and improve description of locktag types in lock.h
- 752f06443fba 12.0 landed