mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
This commit is contained in:
@ -115,7 +115,7 @@ BarrierInit(Barrier *barrier, int participants)
|
||||
*
|
||||
* While waiting, pg_stat_activity shows a wait_event_class and wait_event
|
||||
* controlled by the wait_event_info passed in, which should be a value from
|
||||
* from one of the WaitEventXXX enums defined in pgstat.h.
|
||||
* one of the WaitEventXXX enums defined in pgstat.h.
|
||||
*
|
||||
* Return true in one arbitrarily chosen participant. Return false in all
|
||||
* others. The return code can be used to elect one participant to execute a
|
||||
|
Reference in New Issue
Block a user