mirror of
https://github.com/postgres/postgres.git
synced 2025-12-02 23:42:46 +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:
@@ -14,7 +14,7 @@
|
||||
*
|
||||
* Package for managing doubly-linked lists in shared memory.
|
||||
* The only tricky thing is that SHM_QUEUE will usually be a field
|
||||
* in a larger record. SHMQueueNext has to return a pointer
|
||||
* in a larger record. SHMQueueNext has to return a pointer
|
||||
* to the record itself instead of a pointer to the SHMQueue field
|
||||
* of the record. It takes an extra parameter and does some extra
|
||||
* pointer arithmetic to do this correctly.
|
||||
|
||||
Reference in New Issue
Block a user