mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Revert "Use a bitmask to represent role attributes"
This reverts commit 1826987a46.
The overall design was deemed unacceptable, in discussion following the
previous commit message; we might find some parts of it still
salvageable, but I don't want to be on the hook for fixing it, so let's
wait until we have a new patch.
This commit is contained in:
@@ -176,7 +176,7 @@ sub Catalogs
|
||||
}
|
||||
}
|
||||
}
|
||||
$catalogs{$catname} = \%catalog if defined $catname;
|
||||
$catalogs{$catname} = \%catalog;
|
||||
close INPUT_FILE;
|
||||
}
|
||||
return \%catalogs;
|
||||
|
||||
Reference in New Issue
Block a user