postgresql/src/pl
Peter Eisentraut 503e3833ef Remove useless assertions
We don't need Assert(IsA(foo, String)) right before running
strVal(foo), since strVal() already does the assertion internally (via
castNode()).
2022-07-13 11:43:40 +02:00
..
plperl NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
plpgsql Remove useless assertions 2022-07-13 11:43:40 +02:00
plpython NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
tcl NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00