<p>Richard Mudgett <strong>uploaded patch set #2</strong> to the change originally created by Rodrigo Ramirez Norambuena.</p><p><a href="https://gerrit.asterisk.org/6552">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_config_pgsql: Fix removed support to previous for versions PostgreSQL 9.1<br><br>In PostgreSQL 9.1 the backslash are string literals and not the escape<br>of characters.<br><br>In previous issue ASTERISK_26057 was fixed the use of escape LIKE but the<br>support for old version of Postgresql than 9.1 was dropped. The sentence<br>before make was "ESCAPE '\'" but in version before than 9.1  need it to be<br>as follow "ESCAPE '\\'".<br><br>ASTERISK-27283<br><br>Change-Id: I96d9ee1ed7693ab17503cb36a9cd72847165f949<br>---<br>M res/res_config_pgsql.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/6552/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/6552">change 6552</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6552"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I96d9ee1ed7693ab17503cb36a9cd72847165f949 </div>
<div style="display:none"> Gerrit-Change-Number: 6552 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Rodrigo Ramirez Norambuena <a@rodrigoramirez.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Rodrigo Ramirez Norambuena <a@rodrigoramirez.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>