TODO questions - Mailing list pgsql-hackers

From Jim C. Nasby
Subject TODO questions
Date
Msg-id 20050824054316.GK96732@pervasive.com
Whole thread Raw
Responses Re: TODO questions  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
While marking up TODO for potential new-hacker items I've run across
some items that probably need more explanation:
   o Allow commenting of variables in postgresql.conf to restore them     to defaults

This doesn't work already?

* Allow triggers to be disabled [trigger]

Isn't this going to be in 8.1?

* SQL*Net listener that makes PostgreSQL appear as an Oracle database to clients

Any reason not to do this for other databases; notably MySQL?
   o Do VACUUM FULL if table is nearly empty?

Since that results in an exclusive table lock (which is vastly different
from regular vacuum), wouldn't it be better to just throw a warning?

* Reduce WAL traffic so only modified values are written rather than entire rows?

Shouldn't this be marked as depending on eliminate need to write full
pages? (At least ISTM it won't do any good as long as we're writing full
pages)
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software        http://pervasive.com        512-569-9461


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: beginning hackers (was: indexes spanning multiple
Next
From: "Jim C. Nasby"
Date:
Subject: Re: beginning hackers