-
- Downloads
Code cleanup, mostly in the smgr:
- Update comment in IsReservedName() to the present day - Improve some variable & function names in commands/vacuum.c. I was planning to rewrite this to avoid lappend(), but since I still intend to do the list rewrite, there's no need for that. - Update some smgr comments which seemed to imply that we still forced all dirty pages to disk at commit-time. - Replace some #ifdef DIAGNOSTIC code with assertions. - Make the distinction between OS-level file descriptors and virtual file descriptors a little clearer in a few comments - Other minor comment improvements in the smgr code
Showing
- src/backend/catalog/catalog.c 4 additions, 3 deletionssrc/backend/catalog/catalog.c
- src/backend/commands/analyze.c 4 additions, 3 deletionssrc/backend/commands/analyze.c
- src/backend/commands/vacuum.c 14 additions, 13 deletionssrc/backend/commands/vacuum.c
- src/backend/storage/smgr/md.c 33 additions, 60 deletionssrc/backend/storage/smgr/md.c
- src/backend/storage/smgr/smgr.c 7 additions, 7 deletionssrc/backend/storage/smgr/smgr.c
- src/include/utils/rel.h 11 additions, 12 deletionssrc/include/utils/rel.h
Loading
Please register or sign in to comment