mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +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:
@ -321,7 +321,7 @@ SetSharedSecurityLabel(const ObjectAddress *object,
|
||||
/*
|
||||
* SetSecurityLabel attempts to set the security label for the specified
|
||||
* provider on the specified object to the given value. NULL means that any
|
||||
* any existing label should be deleted.
|
||||
* existing label should be deleted.
|
||||
*/
|
||||
void
|
||||
SetSecurityLabel(const ObjectAddress *object,
|
||||
|
Reference in New Issue
Block a user