Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
be060cbc
Commit
be060cbc
authored
Mar 09, 2016
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-pgindent vacuumlazy.c.
parent
accf7616
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/backend/commands/vacuumlazy.c
src/backend/commands/vacuumlazy.c
+12
-12
No files found.
src/backend/commands/vacuumlazy.c
View file @
be060cbc
...
...
@@ -1345,8 +1345,8 @@ lazy_vacuum_page(Relation onerel, BlockNumber blkno, Buffer buffer,
/*
* All the changes to the heap page have been done. If the all-visible
* flag is now set, also set the VM all-visible bit (and, if possible,
*
the
all-frozen bit) unless this has already been done previously.
* flag is now set, also set the VM all-visible bit (and, if possible,
the
* all-frozen bit) unless this has already been done previously.
*/
if
(
PageIsAllVisible
(
page
))
{
...
...
@@ -1986,10 +1986,10 @@ heap_page_is_all_visible(Relation rel, Buffer buf,
}
/* scan along page */
/*
* We don't bother clearing *all_frozen when the page is discovered not
*
to be all-visible, so do that now if necessary. The page might fail
*
to be all-frozen for other reasons anyway, but if it's not all-visible,
*
then
it definitely isn't all-frozen.
* We don't bother clearing *all_frozen when the page is discovered not
to
*
be all-visible, so do that now if necessary. The page might fail to be
*
all-frozen for other reasons anyway, but if it's not all-visible, then
* it definitely isn't all-frozen.
*/
if
(
!
all_visible
)
*
all_frozen
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment