postgresql/src/backend/bootstrap
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current
user is now defined in terms of the user id, the user name is only computed
upon request (for display purposes). This is kind of the opposite of the
previous state, which would maintain the user name and compute the user id
for permission checks.

Besides perhaps saving a few cycles (integer vs string), this now creates a
single point of attack for changing the user id during a connection, for
purposes of "setuid" functions, etc.
2000-09-06 14:15:31 +00:00
..
.cvsignore Add .cvsignore so cvs update doesn't complain about derived 2000-01-17 04:38:49 +00:00
bootparse.y Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
bootscanner.l Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
bootstrap.c Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
Makefile New configure test for flex, which recognizes only flex but does so in all 2000-08-28 11:53:23 +00:00