This is a discussion on Re: Patch(es) to expose n_live_tuples and within the Pgsql Patches forums, part of the PostgreSQL category; --> > The current terminology of live and dead is already used in many places in the > documentation and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > The current terminology of live and dead is already used in many places in the > documentation and in userspace; mostly around the need for maintainance of > dead tuples within tables, reindex cleaning up dead pages, and even in the > vacuum commands output (n dead tuples cannot be removed yet). Given this > patch came from userland, istm people are comfortable enough with this > terminology there is no need to change it. +1 > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| Joshua D. Drake wrote: > > > The current terminology of live and dead is already used in many places in the > > documentation and in userspace; mostly around the need for maintainance of > > dead tuples within tables, reindex cleaning up dead pages, and even in the > > vacuum commands output (n dead tuples cannot be removed yet). Given this > > patch came from userland, istm people are comfortable enough with this > > terminology there is no need to change it. > > +1 OK. I will adjust any places that still use expired, and put the patch into the queue. -- Bruce Momjian bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |