mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -796,7 +796,7 @@ list_union_oid(const List *list1, const List *list2)
|
||||
* "intersection" if list1 is known unique beforehand.
|
||||
*
|
||||
* This variant works on lists of pointers, and determines list
|
||||
* membership via equal(). Note that the list1 member will be pointed
|
||||
* membership via equal(). Note that the list1 member will be pointed
|
||||
* to in the result.
|
||||
*/
|
||||
List *
|
||||
@@ -988,7 +988,7 @@ list_append_unique_oid(List *list, Oid datum)
|
||||
* via equal().
|
||||
*
|
||||
* This is almost the same functionality as list_union(), but list1 is
|
||||
* modified in-place rather than being copied. Note also that list2's cells
|
||||
* modified in-place rather than being copied. Note also that list2's cells
|
||||
* are not inserted in list1, so the analogy to list_concat() isn't perfect.
|
||||
*/
|
||||
List *
|
||||
|
Reference in New Issue
Block a user