mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Here's a patch to fix the " '.' not allowed in db path" problem I ran into. I removed '.' from the set of illegial characters, but added backtick. I also included an explicit test for attempting include a reference to a parent dir. How that? Ross