This is a discussion on pgsql: Allow units to be specified with configuration settings. within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Allow units to be specified with configuration settings. Modified Files: -------------- pgsql/doc/src/sgml: catalogs.sgml (r2.127 -> r2.128) ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Allow units to be specified with configuration settings. Modified Files: -------------- pgsql/doc/src/sgml: catalogs.sgml (r2.127 -> r2.128) (http://developer.postgresql.org/cvsw...2.127&r2=2.128) config.sgml (r1.70 -> r1.71) (http://developer.postgresql.org/cvsw...1=1.70&r2=1.71) pgsql/src/backend/catalog: system_views.sql (r1.28 -> r1.29) (http://developer.postgresql.org/cvsw...1=1.28&r2=1.29) pgsql/src/backend/utils/misc: guc-file.l (r1.37 -> r1.38) (http://developer.postgresql.org/cvsw...1=1.37&r2=1.38) guc.c (r1.331 -> r1.332) (http://developer.postgresql.org/cvsw...1.331&r2=1.332) pgsql/src/bin/initdb: initdb.c (r1.118 -> r1.119) (http://developer.postgresql.org/cvsw...1.118&r2=1.119) pgsql/src/include/utils: guc_tables.h (r1.23 -> r1.24) (http://developer.postgresql.org/cvsw...1=1.23&r2=1.24) pgsql/src/test/regress/expected: rules.out (r1.116 -> r1.117) (http://developer.postgresql.org/cvsw...1.116&r2=1.117) ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| petere@postgresql.org (Peter Eisentraut) writes: > Allow units to be specified with configuration settings. You should have forced initdb for this (ie, bumped catversion) to avoid confusion over whether the system catalog change is required to pass regression. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |