~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/src/sgml/man7/ALTER_TYPE.7

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-03-18 07:19:37 UTC
  • mfrom: (12.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140318071937-nb1lhq4ysrgwa6f4
Tags: 9.3.4-1
* New upstream bugfix release. Most notable change:

  Fix WAL replay of locking an already-updated tuple (Andres Freund,
  Álvaro Herrera)

  This error caused updated rows to not be found by index scans, resulting
  in inconsistent query results depending on whether an index scan was used.
  Subsequent processing could result in constraint violations, since the
  previously updated row would not be found by later index searches, thus
  possibly allowing conflicting rows to be inserted. Since this error is in
  WAL replay, it would only manifest during crash recovery or on standby
  servers. The improperly-replayed case most commonly arises when a table
  row that is referenced by a foreign-key constraint is updated concurrently
  with creation of a referencing row.

* Compile with -fno-omit-frame-pointer on amd64 to facilitate hierarchical
  profile generation. (Closes: #730134)
* Remove obsolete configure option --with-tkconfig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
.\"    Author: The PostgreSQL Global Development Group
4
4
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
5
.\"      Date: 2014
6
 
.\"    Manual: PostgreSQL 9.3.3 Documentation
7
 
.\"    Source: PostgreSQL 9.3.3
 
6
.\"    Manual: PostgreSQL 9.3.4 Documentation
 
7
.\"    Source: PostgreSQL 9.3.4
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "ALTER TYPE" "7" "2014" "PostgreSQL 9.3.3" "PostgreSQL 9.3.3 Documentation"
 
10
.TH "ALTER TYPE" "7" "2014" "PostgreSQL 9.3.4" "PostgreSQL 9.3.4 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------