From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-palloc.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/src/sgml/html/spi-spi-palloc.html (limited to 'doc/src/sgml/html/spi-spi-palloc.html') diff --git a/doc/src/sgml/html/spi-spi-palloc.html b/doc/src/sgml/html/spi-spi-palloc.html new file mode 100644 index 0000000..20bf879 --- /dev/null +++ b/doc/src/sgml/html/spi-spi-palloc.html @@ -0,0 +1,14 @@ + +SPI_palloc

SPI_palloc

SPI_palloc — allocate memory in the upper executor context

Synopsis

+void * SPI_palloc(Size size)
+

Description

+ SPI_palloc allocates memory in the upper + executor context. +

+ This function can only be used while connected to SPI. + Otherwise, it throws an error. +

Arguments

Size size

+ size in bytes of storage to allocate +

Return Value

+ pointer to new storage space of the specified size +

\ No newline at end of file -- cgit v1.2.3