Fix typo in code comment - Mailing list pgsql-hackers

From kelan
Subject Fix typo in code comment
Date
Msg-id tencent_38B5875E2D440C8DA8C0C022ABD999F9C207@qq.com
Whole thread Raw
List pgsql-hackers
Hi hickers,
I fixed a comment error in the `WaitForParallelWorkersToFinish` function. The original comment was "In that case, or latch should have been set as well...",  where I think "or" is a typo and it should be "our".

--
Best regards,
Ke Lan
Email:ke_lan1@qq.com









Attachment

pgsql-hackers by date:

Previous
From: Tatsuya Kawata
Date:
Subject: Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Next
From: jian he
Date:
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support