mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
@ -124,7 +124,7 @@ char *
|
||||
pg_dlerror(void)
|
||||
{
|
||||
#ifndef HAVE_DLD_H
|
||||
return "dynaloader unspported";
|
||||
return "dynaloader unsupported";
|
||||
#else
|
||||
return dld_strerror(dld_errno);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user