mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Run pgindent.
Per buildfarm member koel, Nathan Bossart, and David Rowley.
This commit is contained in:
@ -2744,9 +2744,9 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
|
|||||||
* zero_damaged_pages is ON) and so a previous attempt to read a block
|
* zero_damaged_pages is ON) and so a previous attempt to read a block
|
||||||
* beyond EOF could have left a "valid" zero-filled buffer.
|
* beyond EOF could have left a "valid" zero-filled buffer.
|
||||||
*
|
*
|
||||||
* This has also been observed when relation was overwritten by external
|
* This has also been observed when relation was overwritten by
|
||||||
* process. Since the legitimate cases should always have left a
|
* external process. Since the legitimate cases should always have
|
||||||
* zero-filled buffer, complain if not PageIsNew.
|
* left a zero-filled buffer, complain if not PageIsNew.
|
||||||
*/
|
*/
|
||||||
if (existing_id >= 0)
|
if (existing_id >= 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user