1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Fixed handling of variables in connect rule.

This commit is contained in:
Michael Meskes
2000-10-16 19:53:04 +00:00
parent 38c83465a0
commit 3615a6a84d
5 changed files with 48 additions and 20 deletions

View File

@ -113,8 +113,7 @@ drop_descriptor(char *name, char *connection)
}
struct descriptor
*
lookup_descriptor(char *name, char *connection)
*lookup_descriptor(char *name, char *connection)
{
struct descriptor *i;