Re: [HACKERS] shebang for tcl postgresql modules

2015-03-12 Thread Tom Lane
Jozef Mlich writes: > I would like to ask you if is there any reason to pretend tcl scripts > are shell scripts? That is the time-honored standard formatting for tcl scripts, see for example page 2 here: http://www.tcl.tk/doc/styleGuide.pdf While we might get away with ignoring that convention f

[HACKERS] shebang for tcl postgresql modules

2015-03-12 Thread Jozef Mlich
Dear hackers, I would like to ask you if is there any reason to pretend tcl scripts are shell scripts? I am speaking namely about these files http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;f=src/pl/tcl/modules/pltcl_delmod.in;hb=HEAD http://git.postgresql.org/gitweb/?p=postgresq