Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
postgresql-11
/
doc
/
html
/
//opt/postgresql-11/doc/html/release-8-3-15.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>E.190. Release 8.3.15</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="release-8-3-16.html" title="E.189. Release 8.3.16" /><link rel="next" href="release-8-3-14.html" title="E.191. Release 8.3.14" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">E.190. Release 8.3.15</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-8-3-16.html" title="E.189. Release 8.3.16">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="release.html" title="Appendix E. Release Notes">Up</a></td><th width="60%" align="center">Appendix E. Release Notes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 11.1 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="release-8-3-14.html" title="E.191. Release 8.3.14">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-8-3-15"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.190. Release 8.3.15</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-8-3-15.html#id-1.11.6.194.4">E.190.1. Migration to Version 8.3.15</a></span></dt><dt><span class="sect2"><a href="release-8-3-15.html#id-1.11.6.194.5">E.190.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2011-04-18</p><p> This release contains a variety of fixes from 8.3.14. For information about new features in the 8.3 major release, see <a class="xref" href="release-8-3.html" title="E.205. Release 8.3">Section E.205</a>. </p><div class="sect2" id="id-1.11.6.194.4"><div class="titlepage"><div><div><h3 class="title">E.190.1. Migration to Version 8.3.15</h3></div></div></div><p> A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see <a class="xref" href="release-8-3-8.html" title="E.197. Release 8.3.8">Section E.197</a>. </p></div><div class="sect2" id="id-1.11.6.194.5"><div class="titlepage"><div><div><h3 class="title">E.190.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Disallow including a composite type in itself (Tom Lane) </p><p> This prevents scenarios wherein the server could recurse infinitely while processing the composite type. While there are some possible uses for such a structure, they don't seem compelling enough to justify the effort required to make sure it always works safely. </p></li><li class="listitem"><p> Avoid potential deadlock during catalog cache initialization (Nikhil Sontakke) </p><p> In some cases the cache loading code would acquire share lock on a system index before locking the index's catalog. This could deadlock against processes trying to acquire exclusive locks in the other, more standard order. </p></li><li class="listitem"><p> Fix dangling-pointer problem in <code class="literal">BEFORE ROW UPDATE</code> trigger handling when there was a concurrent update to the target tuple (Tom Lane) </p><p> This bug has been observed to result in intermittent <span class="quote">“<span class="quote">cannot extract system attribute from virtual tuple</span>”</span> failures while trying to do <code class="literal">UPDATE RETURNING ctid</code>. There is a very small probability of more serious errors, such as generating incorrect index entries for the updated tuple. </p></li><li class="listitem"><p> Disallow <code class="command">DROP TABLE</code> when there are pending deferred trigger events for the table (Tom Lane) </p><p> Formerly the <code class="command">DROP</code> would go through, leading to <span class="quote">“<span class="quote">could not open relation with OID nnn</span>”</span> errors when the triggers were eventually fired. </p></li><li class="listitem"><p> Fix PL/Python memory leak involving array slices (Daniel Popowich) </p></li><li class="listitem"><p> Fix <span class="application">pg_restore</span> to cope with long lines (over 1KB) in TOC files (Tom Lane) </p></li><li class="listitem"><p> Put in more safeguards against crashing due to division-by-zero with overly enthusiastic compiler optimization (Aurelien Jarno) </p></li><li class="listitem"><p> Support use of dlopen() in FreeBSD and OpenBSD on MIPS (Tom Lane) </p><p> There was a hard-wired assumption that this system function was not available on MIPS hardware on these systems. Use a compile-time test instead, since more recent versions have it. </p></li><li class="listitem"><p> Fix compilation failures on HP-UX (Heikki Linnakangas) </p></li><li class="listitem"><p> Fix version-incompatibility problem with <span class="application">libintl</span> on Windows (Hiroshi Inoue) </p></li><li class="listitem"><p> Fix usage of <span class="application">xcopy</span> in Windows build scripts to work correctly under Windows 7 (Andrew Dunstan) </p><p> This affects the build scripts only, not installation or usage. </p></li><li class="listitem"><p> Fix path separator used by <span class="application">pg_regress</span> on Cygwin (Andrew Dunstan) </p></li><li class="listitem"><p> Update time zone data files to <span class="application">tzdata</span> release 2011f for DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, and Turkey; also historical corrections for South Australia, Alaska, and Hawaii. </p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="release-8-3-16.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="release.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="release-8-3-14.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.189. Release 8.3.16 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.191. Release 8.3.14</td></tr></table></div></body></html>