mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
Fixed psql variables vs array syntax, as well as minor psql enhancements
This commit is contained in:
@@ -14,7 +14,7 @@ typedef enum _promptStatus
|
||||
} promptStatus_t;
|
||||
|
||||
const char *
|
||||
get_prompt(PsqlSettings *pset, promptStatus_t status);
|
||||
get_prompt(promptStatus_t status);
|
||||
|
||||
|
||||
#endif /* PROMPT_H */
|
||||
|
||||
Reference in New Issue
Block a user