mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Fix duplicate words in comments
Remove accidentally duplicated words in code comments. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org
This commit is contained in:
@@ -157,7 +157,7 @@ typedef struct TM_FailureData
|
||||
* work, too. This is a little like bottom-up deletion, but not too much.
|
||||
* The tableam will only perform speculative work when it's practically free
|
||||
* to do so in passing for simple deletion caller (while always performing
|
||||
* whatever work is is needed to enable knowndeletable/LP_DEAD index tuples to
|
||||
* whatever work is needed to enable knowndeletable/LP_DEAD index tuples to
|
||||
* be deleted within index AM). This is the real reason why it's possible for
|
||||
* simple index deletion caller to specify knowndeletable = false up front
|
||||
* (this means "check if it's possible for me to delete corresponding index
|
||||
|
||||
Reference in New Issue
Block a user