~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/man3/SPI_getvalue.3

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-26 14:35:36 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110926143536-f852soxk2rrfpa1c
Tags: 9.1.1-1
* New upstream bug fix release:
  - Make pg_options_to_table return NULL for an option with no value.
    Previously such cases would result in a server crash.
  - Fix memory leak at end of a GiST index scan.
    Commands that perform many separate GiST index scans, such as
    verification of a new GiST-based exclusion constraint on a table
    already containing many rows, could transiently require large
    amounts of memory due to this leak.
  - Fix explicit reference to pg_temp schema in "CREATE TEMPORARY
    TABLE". This used to be allowed, but failed in 9.1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: SPI_getvalue
3
3
.\"    Author: The PostgreSQL Global Development Group
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
5
 
.\"      Date: 2011-09-08
6
 
.\"    Manual: PostgreSQL 9.1.0 Documentation
7
 
.\"    Source: PostgreSQL 9.1.0
 
5
.\"      Date: 2011-09-22
 
6
.\"    Manual: PostgreSQL 9.1.1 Documentation
 
7
.\"    Source: PostgreSQL 9.1.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "SPI_GETVALUE" "3" "2011-09-08" "PostgreSQL 9.1.0" "PostgreSQL 9.1.0 Documentation"
 
10
.TH "SPI_GETVALUE" "3" "2011-09-22" "PostgreSQL 9.1.1" "PostgreSQL 9.1.1 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------