Thread: [PATCH] unconditionally enable pltcl-unknown
Attached patch for unconditional enabling of pltcl-unknown support. Enabling this feature adds very light overhead of 1 select from pg_class on first using of pl/tcl in backend if unknown suppport is really unused. But pl/tcl with this support has very improved functionality. Patch includes changes to documentation.
Attachment
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Attached patch for unconditional enabling of pltcl-unknown support. > > Enabling this feature adds very light overhead of 1 select from pg_class on > first using of pl/tcl in backend if unknown suppport is really unused. > But pl/tcl with this support has very improved functionality. > > Patch includes changes to documentation. > Content-Description: [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
This patch basically makes pltcl 'unknown' support enabled by default. Seems like a good idea. Patch applied. Thanks. --------------------------------------------------------------------------- > Attached patch for unconditional enabling of pltcl-unknown support. > > Enabling this feature adds very light overhead of 1 select from pg_class on > first using of pl/tcl in backend if unknown suppport is really unused. > But pl/tcl with this support has very improved functionality. > > Patch includes changes to documentation. > Content-Description: [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026