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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user