Branch: Tag:

2021-04-14

2021-04-14 10:12:50 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Clip _sprintf() in destructed objects.

717:       private string _sprintf(int type) {    string res; +  if (!this) // Not in destructed objects +  return "";    switch (type) {    case 'O':    int fd = -1;
822:       protected string _sprintf(int type) {    string res; +  if (!this) // Not in destructed objects +  return "";    switch (type) {    case 'O':    int fd = -1;
1822:       private string _sprintf(int type) {    string res; +  if (!this) // Not in destructed objects +  return "";    switch (type) {    case 'O':    res = sprintf(DRIVERNAME".proxy(%s@%s:%d/%s,%d,%d)",